diff options
author | Guy Harris <guy@alum.mit.edu> | 2019-11-05 18:41:50 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2019-11-05 18:41:50 -0800 |
commit | 901e2598bd2e2b83cdd6c190c5a5bfc968999460 (patch) | |
tree | f74d2f85029dcd8fbb4393a14e9d9383f24e2545 /savefile.c | |
parent | 3a0096146960ae89f8407858491c3f6c50260743 (diff) |
Make sure BUILDING_PCAP is getting defined.
Diffstat (limited to 'savefile.c')
-rw-r--r-- | savefile.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ #include <config.h> #endif +#ifndef BUILDING_PCAP +#error "Wait, how can we not be building pcap?" +#endif + #include <pcap-types.h> #ifdef _WIN32 #include <io.h> |