diff options
Diffstat (limited to 'include/sys/socket.h')
-rw-r--r-- | include/sys/socket.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/sys/socket.h b/include/sys/socket.h new file mode 100644 index 000000000..98068952a --- /dev/null +++ b/include/sys/socket.h @@ -0,0 +1,11 @@ +#ifndef __SOCKET_H__ +#define __SOCKET_H__ + +#include <X11/Xwinsock.h> +#include <Ws2tcpip.h> + +typedef unsigned in_addr_t; +typedef unsigned short sa_family_t; +typedef unsigned short in_port_t; + +#endif
\ No newline at end of file |