summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/statd/callback.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/statd/callback.c b/utils/statd/callback.c
index b19bb90..d5d036e 100644
--- a/utils/statd/callback.c
+++ b/utils/statd/callback.c
@@ -9,8 +9,10 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#include "misc.h"
#include "statd.h"
#include "notlist.h"
+#include <arpa/inet.h>
/* Callback notify list. */
/* notify_list *cbnl = NULL; ... never used */