modernized argument parser (use getopt now)
[NeonServV5.git] / src / main.h
index 12c689958eb768c0c88c89fd185872a57d4950cf..eb39d49b9acf60083c79e77265afb2c2dfede1e5 100644 (file)
@@ -40,6 +40,7 @@
 #include <sys/wait.h>
 #endif
 #include <unistd.h>
+#include <getopt.h>
 #include <stdarg.h>
 #include <sys/time.h>
 #include <time.h>