comparison lib-src/emacsclient.c @ 73896:09dabd95380c

[!WINDOWSNT]: Include <sys/types.h>.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 10 Nov 2006 15:41:44 +0000
parents 6cc12a139829
children a36e68eb4ae8
comparison
equal deleted inserted replaced
73895:eb4311072b92 73896:09dabd95380c
38 # define HSOCKET SOCKET 38 # define HSOCKET SOCKET
39 # define CLOSE_SOCKET closesocket 39 # define CLOSE_SOCKET closesocket
40 # define INITIALIZE() (initialize_sockets ()) 40 # define INITIALIZE() (initialize_sockets ())
41 41
42 #else /* !WINDOWSNT */ 42 #else /* !WINDOWSNT */
43
44 # include <sys/types.h>
43 45
44 # ifdef HAVE_INET_SOCKETS 46 # ifdef HAVE_INET_SOCKETS
45 # include <netinet/in.h> 47 # include <netinet/in.h>
46 # endif 48 # endif
47 49