fix snifftest bsd build

This commit is contained in:
toddouska
2015-08-19 16:52:16 -07:00
parent dfb8d34d0b
commit 2f1836d985

View File

@@ -60,6 +60,7 @@ int main(void)
#ifndef _WIN32
#include <sys/socket.h> /* AF_INET */
#include <arpa/inet.h>
#include <netinet/in.h>
#endif
typedef unsigned char byte;