lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1273 - nss-pam-ldapd

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd commit: r1273 - nss-pam-ldapd



Author: arthur
Date: Thu Oct 14 21:03:25 2010
New Revision: 1273
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1273

Log:
also include sys/types.h for ethernet-related tests (same as in compat/ether.h) 
(r1259 from -solaris branch)

Modified:
   nss-pam-ldapd/configure.ac

Modified: nss-pam-ldapd/configure.ac
==============================================================================
--- nss-pam-ldapd/configure.ac  Thu Oct 14 21:00:51 2010        (r1272)
+++ nss-pam-ldapd/configure.ac  Thu Oct 14 21:03:25 2010        (r1273)
@@ -300,6 +300,7 @@
 
 # check for support for the struct ether_addr structure
 AC_CHECK_TYPES(struct ether_addr,,,[
+    #include <sys/types.h>
     #include <sys/socket.h>
     #include <net/if.h>
     #include <netinet/in.h>
@@ -311,6 +312,7 @@
 # check for ether_aton and ether_ntoa functions
 AC_CHECK_FUNCS(ether_aton ether_ntoa ether_aton_r ether_ntoa_r)
 AC_CHECK_DECLS([ether_aton,ether_ntoa],,,[
+    #include <sys/types.h>
     #include <sys/socket.h>
     #include <net/if.h>
     #include <netinet/in.h>
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits