From: David Hankins Date: Thu, 7 Jun 2007 23:40:19 +0000 (+0000) Subject: - AC_CHECK_HEADERS() defines HAVE_NET_IF_DL_H not HAVE_IF_DL_H. X-Git-Tag: v4_0_0a2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=627ad6d620ccd6317b2c0fa9e080c66e4de091e4;p=thirdparty%2Fdhcp.git - AC_CHECK_HEADERS() defines HAVE_NET_IF_DL_H not HAVE_IF_DL_H. --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 7a62c71ac..87209547b 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -59,7 +59,7 @@ #include #include #include -#if HAVE_IF_DL_H +#if HAVE_NET_IF_DL_H # include #endif