comparison lib-src/emacsclient.c @ 100418:9ad0989a1e66

Include syswait.h instead of sys/types.h.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 14 Dec 2008 03:23:43 +0000
parents 1cbff49af513
children fd10c7ef5447
comparison
equal deleted inserted replaced
100417:de02ac213348 100418:9ad0989a1e66
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 43
44 # include <sys/types.h> 44 # include "syswait.h"
45 45
46 # ifdef HAVE_INET_SOCKETS 46 # ifdef HAVE_INET_SOCKETS
47 # include <netinet/in.h> 47 # include <netinet/in.h>
48 # endif 48 # endif
49 49