From 4a86f16e54efbf9693529c1bfd2b947146913583 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 6 Jun 2008 14:06:43 +0000 Subject: miscellaneous portability improvements git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@742 ef36b2f9-881f-0410-afb5-c4e39611909c --- compat/ether.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'compat') diff --git a/compat/ether.c b/compat/ether.c index 1374f97..707adf7 100644 --- a/compat/ether.c +++ b/compat/ether.c @@ -22,6 +22,14 @@ #include "config.h" #include +#include +#include +#include +#include +#include +#ifdef HAVE_NETINET_ETHER_H +#include +#endif #include "ether.h" -- cgit v1.2.3