blob: 9c2de464bbde375e43db516998e19de010fa3e95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/interface.c 2004/12/19 00:08:01 114
+++ src/interface.c 2006/03/07 13:15:11 133
@@ -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>
|