From db80e953a14d1c5f6cc202089cbb542e35f7add6 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 11 Feb 2015 10:59:28 +0100 Subject: [PATCH] pppd(8): Include libpcap's config.h for HAVE_* in pcap-int.h. --- usr.sbin/pppd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index 93b2a85c97..2389741c07 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -20,6 +20,7 @@ SRCS+= cbcp.c # Filter support CFLAGS+=-DPPP_FILTER -I${.CURDIR}/../../contrib/libpcap +CFLAGS+=-include ${.CURDIR}/../../lib/libpcap/config.h LDADD+= -lpcap DPADD+= ${LIBPCAP} -- 2.41.0