]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
netinet/if_ether.h is more portable than net/ethernet.h
authorRonnie Sahlberg <sahlberg@ronnie>
Thu, 12 Jul 2007 01:43:30 +0000 (11:43 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Thu, 12 Jul 2007 01:43:30 +0000 (11:43 +1000)
(This used to be ctdb commit ee84ea17529a27e22c1a0503d07aaeec1ef731e2)

ctdb/common/system.c

index 8169a05c823f3c8503790ffc41ff70ca77b0b66b..2fe827d73e692fe57c863f0b4e784e9afaf4d556 100644 (file)
@@ -24,7 +24,7 @@
 #include "system/wait.h"
 #include "../include/ctdb_private.h"
 #include "lib/events/events.h"
-#include <net/ethernet.h>
+#include <netinet/if_ether.h>
 #include <net/if_arp.h>