summaryrefslogtreecommitdiff
blob: f99f3a26aed766a3e402d7550456ccc3eb27adb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/src/interface.c
+++ b/src/interface.c
@@ -22,9 +22,9 @@
 #include <config.h>
 #endif
 
+#include <sys/types.h>
 #include <linux/sockios.h>
 #include <linux/if_ether.h>
-#include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <linux/if.h>