]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/enab.c
Break inclusion cycle: prototypes.h and commands.h included each
[empserver] / src / lib / commands / enab.c
index 04cae1a02518a559600fda91f28ed868b75e737e..9ae4972b0c6cf764240cd174fd03bbb2f786fa89 100644 (file)
@@ -33,9 +33,9 @@
 
 #include <config.h>
 
-#include <stdio.h>
-#include <fcntl.h>
-#include "misc.h"
+#if !defined(_WIN32)
+#include <unistd.h>
+#endif
 #include "commands.h"
 #include "optlist.h"