Procházet zdrojové kódy

* Always include <netinet/in.h> when present, to make header simpler.

tags/v0.99.beta14
Sam Hocevar sam před 17 roky
rodič
revize
63914b4198
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. +0
    -4
      src/cacaserver.c

+ 0
- 4
src/cacaserver.c Zobrazit soubor

@@ -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>


Načítá se…
Zrušit
Uložit