Commit 7272ddc7 authored by osdl.org!shemminger's avatar osdl.org!shemminger

rearrange includes to try and fix build issues.

(Logical change 1.6)
parent dbd90dc2
...@@ -23,12 +23,13 @@ ...@@ -23,12 +23,13 @@
#include <syslog.h> #include <syslog.h>
#include <fcntl.h> #include <fcntl.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <asm/byteorder.h>
#include <linux/if.h> #include <linux/if.h>
#include <linux/if_arp.h> #include <linux/if_arp.h>
#include <netinet/in.h> #include <linux/ip.h>
#include <netinet/ip.h>
#include <arpa/inet.h>
#include <linux/if_tunnel.h> #include <linux/if_tunnel.h>
#include "rt_names.h" #include "rt_names.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment