Rudiments
socketclientincludes.h
1 // Copyright (c) 2004 David Muse
2 // See the COPYING file for more information.
3 
4 #include <rudiments/private/dll.h>
5 #include <rudiments/private/config.h>
6 #include <sys/types.h>
7 
8 // for socklen_t
9 #ifdef RUDIMENTS_HAVE_SYS_SOCKET_H
10  #include <sys/socket.h>
11 #endif
12 #ifdef RUDIMENTS_HAVE_WINSOCK2_H
13  #include <winsock2.h>
14 #endif
15 
16 #include <rudiments/client.h>