This commit is contained in:
manojampalam 2016-03-03 21:43:35 -08:00
parent 61b9e0c585
commit ab8d9f0eda
7 changed files with 27 additions and 0 deletions

View File

@ -1,3 +1,6 @@
/*
* Author: Manoj Ampalam <manoj.ampalam@microsoft.com>
*/
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>

View File

@ -1,3 +1,7 @@
/*
* Author: Manoj Ampalam <manoj.ampalam@microsoft.com>
*/
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@ -1,3 +1,7 @@
/*
* Author: Manoj Ampalam <manoj.ampalam@microsoft.com>
*/
#include "test_helper.h" #include "test_helper.h"
void socket_tests(); void socket_tests();

View File

@ -1,3 +1,7 @@
/*
* Author: Manoj Ampalam <manoj.ampalam@microsoft.com>
*/
#include <Windows.h> #include <Windows.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>

View File

@ -1,3 +1,7 @@
/*
* Author: Manoj Ampalam <manoj.ampalam@microsoft.com>
*/
#define __STDC__ 1 #define __STDC__ 1
#include <fcntl.h> #include <fcntl.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

@ -1,3 +1,7 @@
/*
* Author: Manoj Ampalam <manoj.ampalam@microsoft.com>
*/
#include "w32fd.h" #include "w32fd.h"
#include <errno.h> #include <errno.h>

View File

@ -1,3 +1,7 @@
/*
* Author: Manoj Ampalam <manoj.ampalam@microsoft.com>
*/
#include <winsock2.h> #include <winsock2.h>
#include <ws2tcpip.h> #include <ws2tcpip.h>
#include <mswsock.h> #include <mswsock.h>