diff 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
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Sun Dec 14 00:08:55 2008 +0000
+++ b/lib-src/emacsclient.c	Sun Dec 14 03:23:43 2008 +0000
@@ -41,7 +41,7 @@
 
 #else /* !WINDOWSNT */
 
-# include <sys/types.h>
+# include "syswait.h"
 
 # ifdef HAVE_INET_SOCKETS
 #  include <netinet/in.h>