Rudiments
/home/dmuse/src/rudiments/include/rudiments/private/clientsocketincludes.h
00001 // Copyright (c) 2004 David Muse
00002 // See the COPYING file for more information.
00003 
00004 #include <rudiments/private/dll.h>
00005 #include <rudiments/private/config.h>
00006 #include <sys/types.h>
00007 
00008 // for socklen_t
00009 #ifdef RUDIMENTS_HAVE_SYS_SOCKET_H
00010         #include <sys/socket.h>
00011 #endif
00012 #ifdef RUDIMENTS_HAVE_WINSOCK2_H
00013         #include <winsock2.h>
00014 #endif
00015 
00016 #include <rudiments/client.h>