From f99ddd549114edf6176309ccf22c2d5b6a3ae29d Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 4 Feb 2008 22:38:08 +0000 Subject: provide replacements for ether_aton_r() and ether_ntoa_r() for platforms that don't have them git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@624 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/ether.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nslcd/ether.c') diff --git a/nslcd/ether.c b/nslcd/ether.c index e6d739c..3cfbc9e 100644 --- a/nslcd/ether.c +++ b/nslcd/ether.c @@ -28,9 +28,6 @@ #include #include #include -#ifdef HAVE_NETINET_ETHER_H -#include -#endif #ifdef HAVE_STDINT_H #include #endif /* HAVE_STDINT_H */ @@ -40,6 +37,7 @@ #include "myldap.h" #include "cfg.h" #include "attmap.h" +#include "compat/ether.h" #ifndef HAVE_STRUCT_ETHER_ADDR struct ether_addr { -- cgit v1.2.3