Fix to compile with gcc

This commit is contained in:
Andres Stoliar 2019-11-20 10:58:53 -03:00
parent 7df351850c
commit 3658f3c949
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#endif #endif
#define PCAP_DEVICE_NAME description #define PCAP_DEVICE_NAME description
#else #else
#include <stddef.h>
#include <unistd.h> #include <unistd.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>