aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2019-02-13 15:43:24 +0000
committerokan2019-02-13 15:43:24 +0000
commitc9666148f8f5d4a8f9e34e3083ed6cc7e0610212 (patch)
tree276799e092f45bf33b21ffd81f4f6cc5914ca369 /conf.c
parent025c9d4b120958c111c5d0d56b173ab1499b77da (diff)
downloadcwm-c9666148f8f5d4a8f9e34e3083ed6cc7e0610212.tar.gz
fix missing includes
Diffstat (limited to '')
-rw-r--r--conf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index c74f44c..cf39d4f 100644
--- a/conf.c
+++ b/conf.c
@@ -15,12 +15,11 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: conf.c,v 1.242 2018/11/13 17:37:13 okan Exp $
+ * $OpenBSD: conf.c,v 1.243 2019/02/13 15:43:24 okan Exp $
*/
#include <sys/types.h>
#include <sys/queue.h>
-#include <sys/stat.h>
#include <err.h>
#include <errno.h>