diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-04-11 14:49:04 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-04-11 14:49:04 -0700 |
commit | fe872e982c0e06dd46c5bd5e2f2926647153c3c5 (patch) | |
tree | 0c8192f47e9c3bba03480801ef9d092310df5c5d /charconv.c | |
parent | f8e1f67ad3cbfaa37af6ca6fa0f59c7288ceb312 (diff) |
We need <pcap/pcap.h> as well.
Diffstat (limited to 'charconv.c')
-rw-r--r-- | charconv.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ #include <stdio.h> #include <windows.h> +#include <pcap/pcap.h> /* Needed for PCAP_ERRBUF_SIZE */ + #include "charconv.h" wchar_t * |