Changeset 1914 for libcaca/trunk
- Timestamp:
- Nov 7, 2007, 2:09:20 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/cacaserver.c
r1913 r1914 22 22 #if defined(HAVE_ARPA_INET_H) 23 23 # include <arpa/inet.h> 24 # if defined(USE_COCOA) && defined(HAVE_NETINET_IN_H)25 /* for sockaddr_in (not included from arpa/inet.h in 10.3.9 SDK) */26 # include <netinet/in.h>27 # endif28 24 #elif defined(HAVE_WINSOCK2_H) 29 25 # include <winsock2.h>
Note: See TracChangeset
for help on using the changeset viewer.