1. snifftest.c needs socket.h included for AIX

2. cleaned up whitespace in snifftest.c
This commit is contained in:
John Safranek
2015-01-06 11:08:37 -08:00
parent 06714584f9
commit a8803e1e16

View File

@ -53,6 +53,7 @@ int main(void)
#include <stdlib.h> /* EXIT_SUCCESS */
#include <string.h> /* strcmp */
#include <signal.h> /* signal */
#include <sys/socket.h> /* AF_INET */
#include <cyassl/sniffer.h>