summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-28 20:57:15 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-28 20:57:15 -0800
commitb3703ed9cfac43b0026fc2e2013e1612edad4300 (patch)
treeedf46516bcff6163fc4258c0d20665d3707a8c87 /Makefile.in
parenta909db55ebc50de487e65f19b3250d0b45763d2d (diff)
downloadtcpdump-b3703ed9cfac43b0026fc2e2013e1612edad4300.tar.gz
Pick up Windows snprintf and strdup replacements from libpcap.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 6169bd11..185e44b5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -358,6 +358,7 @@ EXTRA_DIST = \
missing/strsep.c \
missing/win_ether_ntohost.c \
missing/win_ether_ntohost.h \
+ missing/win_snprintf.c \
mkdep \
packetdat.awk \
pcap_dump_ftell.c \