summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pullreqd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pullreqd.c b/pullreqd.c
index c7764d7..ae61c54 100644
--- a/pullreqd.c
+++ b/pullreqd.c
@@ -1,10 +1,15 @@
+#include <arpa/inet.h>
+#include <errno.h>
+#include <netinet/in.h>
#include <signal.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/un.h>
#include <syslog.h>
#include <unistd.h>
#include "config.h"