summaryrefslogtreecommitdiffstatshomepage
path: root/src/uapi.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/uapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uapi.h b/src/uapi.h
index b139d43..cd4b86b 100644
--- a/src/uapi.h
+++ b/src/uapi.h
@@ -77,6 +77,8 @@ typedef int32_t __s32;
#include <linux/time.h>
#include <linux/socket.h>
#else
+#include <net/if.h>
+#include <netinet/in.h>
#include <sys/time.h>
#include <sys/socket.h>
#endif