diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,10 +4,14 @@ */ +#include "config.h" + #include <stdio.h> #include <stdlib.h> #include <string.h> +#ifdef HAVE_GETOPT_H #include <getopt.h> +#endif #include "main.h" #include "message.h" |