]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
bsd: reorder headers to fix compilation of various BSD
authorVincent Bernat <bernat@luffy.cx>
Fri, 19 Apr 2013 18:56:36 +0000 (20:56 +0200)
committerVincent Bernat <bernat@luffy.cx>
Fri, 19 Apr 2013 18:56:36 +0000 (20:56 +0200)
src/lldpd-structs.h

index 18b728c7362aa48df054d98d84fbe571922b4bf3..949876fa0cd47f87ad5a5ba6ed0ad983a900f7c1 100644 (file)
@@ -34,8 +34,8 @@
 # include <net/if.h>
 #endif
 
-#include <netinet/if_ether.h>
 #include <netinet/in.h>
+#include <netinet/if_ether.h>
 #include <sys/queue.h>
 
 #include "compat/compat.h"