aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index 9fc6b3b76..0d9f2e76a 100644
--- a/src/client.h
+++ b/src/client.h
@@ -19,9 +19,12 @@
#ifndef INTERFACE_H
#define INTERFACE_H
-#include "os_compat.h"
#include "gcc.h"
+#include <stddef.h>
+#include <stdarg.h>
+#include <sys/socket.h>
+
struct client;
void client_manager_init(void);