forked from wolfSSL/wolfssl
1. snifftest.c needs socket.h included for AIX
2. cleaned up whitespace in snifftest.c
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user