Changeset 1913
- Timestamp:
- Nov 7, 2007, 2:09:16 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/cacaserver.c
r1770 r1913 26 26 # include <netinet/in.h> 27 27 # endif 28 #elif defined(HAVE_NETINET_IN_H)29 # include <netinet/in.h>30 28 #elif defined(HAVE_WINSOCK2_H) 31 29 # include <winsock2.h> 32 30 # include <ws2tcpip.h> 33 31 # define USE_WINSOCK 1 32 #endif 33 #if defined(HAVE_NETINET_IN_H) 34 # include <netinet/in.h> 34 35 #endif 35 36 #if defined(HAVE_UNISTD_H)
Note: See TracChangeset
for help on using the changeset viewer.