Rudiments
inetsocketutilincludes.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more information.
3 
4 #include <rudiments/private/dll.h>
5 #include <rudiments/private/inttypes.h>
6 
7 // for sockaddr_in
8 #include <sys/types.h>
9 #ifdef RUDIMENTS_HAVE_NETINET_IN_H
10  #include <netinet/in.h>
11 #endif
12 #ifdef RUDIMENTS_HAVE_WINSOCK2_H
13  #include <winsock2.h>
14 #endif
15 
16 class inetsocketutilprivate;