Rudiments
|
00001 // Copyright (c) 2002 David Muse 00002 // See the COPYING file for more information. 00003 00004 #include <rudiments/private/dll.h> 00005 #include <rudiments/private/inttypes.h> 00006 00007 // for sockaddr_in 00008 #include <sys/types.h> 00009 #ifdef RUDIMENTS_HAVE_NETINET_IN_H 00010 #include <netinet/in.h> 00011 #endif 00012 #ifdef RUDIMENTS_HAVE_WINSOCK2_H 00013 #include <winsock2.h> 00014 #endif