]> git.pond.sub.org Git - empserver/blobdiff - src/util/empsched.c
Moving getopt.h to src/lib/w32/ broke the Windows build. Fix.
[empserver] / src / util / empsched.c
index 78e31d5e15003891235a178b05df05b12f8e2b12..4907bd6a1a65ee0d528585a20ff2b5db48ef2032 100644 (file)
@@ -34,7 +34,7 @@
 #include <config.h>
 
 #if defined(_WIN32)
-#include "../lib/gen/getopt.h"
+#include <getopt.h>
 #else
 #include <unistd.h>
 #endif