Fix to compile with gcc
This commit is contained in:
parent
7df351850c
commit
3658f3c949
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue