1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

netinet/if_ether.h is more portable than net/ethernet.h

(This used to be ctdb commit ee84ea17529a27e22c1a0503d07aaeec1ef731e2)
This commit is contained in:
Ronnie Sahlberg 2007-07-12 11:43:30 +10:00
parent 9cde594006
commit 850e634166

View 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>