diff options
Diffstat (limited to 'rpcapd/fileconf.c')
-rwxr-xr-x | rpcapd/fileconf.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rpcapd/fileconf.c b/rpcapd/fileconf.c index 5578d10a..701dd85c 100755 --- a/rpcapd/fileconf.c +++ b/rpcapd/fileconf.c @@ -35,11 +35,14 @@ #include "config.h" #endif +#include "ftmacros.h" + #include <stdio.h> +#include <string.h> #include <signal.h> #include <pcap.h> // for PCAP_ERRBUF_SIZE -#include "portability.h" // this includes <string.h> +#include "portability.h" #include "rpcapd.h" #include "fileconf.h" #include "sockutils.h" // for SOCK_ASSERT |