This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Always include <netinet/in.h> when present, to make header simpler.
tags/v0.99.beta14
Sam Hocevar
sam
17 years ago
parent
3ab957dcc2
commit
63914b4198
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
src/cacaserver.c
+ 0
- 4
src/cacaserver.c
View File
@@ -21,10 +21,6 @@
#include <stdlib.h>
#if defined(HAVE_ARPA_INET_H)
# include <arpa/inet.h>
# if defined(USE_COCOA) && defined(HAVE_NETINET_IN_H)
/* for sockaddr_in (not included from arpa/inet.h in 10.3.9 SDK) */
# include <netinet/in.h>
# endif
#elif defined(HAVE_WINSOCK2_H)
# include <winsock2.h>
# include <ws2tcpip.h>
Write
Preview
Loading…
Cancel
Save