aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/interfaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/starter/interfaces.h')
-rw-r--r--src/starter/interfaces.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/starter/interfaces.h b/src/starter/interfaces.h
index 324b0cc2f..08257f73a 100644
--- a/src/starter/interfaces.h
+++ b/src/starter/interfaces.h
@@ -17,7 +17,9 @@
#ifndef _STARTER_INTERFACES_H_
#define _STARTER_INTERFACES_H_
-#include <linux/if.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <net/if.h>
#include "../pluto/constants.h"