aboutsummaryrefslogtreecommitdiff
path: root/sntp/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sntp/main.c')
-rw-r--r--sntp/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sntp/main.c b/sntp/main.c
index 204d6a8de328..8a4a2e562bb4 100644
--- a/sntp/main.c
+++ b/sntp/main.c
@@ -8,6 +8,10 @@
# include <event2/thread.h>
#endif
+#ifdef HAVE_SYSEXITS_H
+# include <sysexits.h>
+#endif
+
#include "main.h"
#include "ntp_libopts.h"
#include "kod_management.h"