summaryrefslogtreecommitdiffstats
path: root/ip
diff options
context:
space:
mode:
authorosdl.org!shemminger <osdl.org!shemminger>2004-06-09 22:58:42 +0000
committerosdl.org!shemminger <osdl.org!shemminger>2004-06-09 22:58:42 +0000
commit03156410981dcf7330a33d573154ec4a9302f741 (patch)
tree881b4405fa37a492d3f6d47f44cb1f39e3944b2d /ip
parent6d5c3815aa3ceff9ad6ba3c79a0f99ba67a7c552 (diff)
another place where user headers need to come before linux headers.
(Logical change 1.30)
Diffstat (limited to 'ip')
-rw-r--r--ip/ipmroute.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/ip/ipmroute.c b/ip/ipmroute.c
index 01e876bc..b24caeec 100644
--- a/ip/ipmroute.c
+++ b/ip/ipmroute.c
@@ -17,13 +17,14 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+#include <string.h>
+
#include <linux/netdevice.h>
#include <linux/if.h>
#include <linux/if_arp.h>
#include <linux/sockios.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <string.h>
#include "utils.h"