summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index 08f094b..d1f47e6 100644
--- a/main.c
+++ b/main.c
@@ -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"