diff options
author | Guy Harris <gharris@sonic.net> | 2020-05-30 20:23:37 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2020-05-30 20:23:37 -0700 |
commit | c04de5803e77a450cb8803fc637156700695ea6a (patch) | |
tree | 620b8a94904f9e0aa446d54af621b85b55a3f5fd /pcap.c | |
parent | c8645aa7f3d31863d51dad32ca5c8c63dddb9e5b (diff) |
Include "diag-control.h", as we're now using diagnostic suppression macros.
Diffstat (limited to 'pcap.c')
-rw-r--r-- | pcap.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,8 @@ struct rtentry; /* declarations in <net/if.h> */ #include <errno.h> #include <limits.h> +#include "diag-control.h" + #ifdef HAVE_OS_PROTO_H #include "os-proto.h" #endif |