Module Name: src
Committed By: christos
Date: Mon Sep 3 21:03:07 UTC 2018
Modified Files:
src/external/bsd/libpcap/lib: Makefile
Log Message:
fix includes
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/bsd/libpcap/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/libpcap/lib/Makefile
diff -u src/external/bsd/libpcap/lib/Makefile:1.18 src/external/bsd/libpcap/lib/Makefile:1.19
--- src/external/bsd/libpcap/lib/Makefile:1.18 Mon Sep 3 15:32:58 2018
+++ src/external/bsd/libpcap/lib/Makefile Mon Sep 3 17:03:07 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2018/09/03 19:32:58 kre Exp $
+# $NetBSD: Makefile,v 1.19 2018/09/03 21:03:07 christos Exp $
USE_SHLIBDIR=yes
.include <bsd.own.mk>
@@ -155,7 +155,7 @@ sf-pcapng.c
.PATH: ${NETBSDSRCDIR}/sys/net
SRCS+= bpf_filter.c
-INCS= pcap/pcap.h pcap/namedb.h
+INCS= pcap/pcap.h pcap/namedb.h pcap/funcattrs.h pcap/pcap-inttypes.h
INCSDIR= /usr/include
INCSYMLINKS+= ../net/bpf.h ${INCSDIR}/pcap/bpf.h
INCSYMLINKS+= pcap/pcap.h ${INCSDIR}/pcap.h