diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-28 20:57:15 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-28 20:57:15 -0800 |
commit | b3703ed9cfac43b0026fc2e2013e1612edad4300 (patch) | |
tree | edf46516bcff6163fc4258c0d20665d3707a8c87 /Makefile.in | |
parent | a909db55ebc50de487e65f19b3250d0b45763d2d (diff) | |
download | tcpdump-b3703ed9cfac43b0026fc2e2013e1612edad4300.tar.gz |
Pick up Windows snprintf and strdup replacements from libpcap.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
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 \ |