From: Dan Nicolaescu Date: Sun, 14 Dec 2008 03:23:43 +0000 (+0000) Subject: Include syswait.h instead of sys/types.h. X-Git-Tag: emacs-pretest-23.0.90~1095 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67c1df0180a58c6773ddfda7132b78f3e1073f14;p=emacs.git Include syswait.h instead of sys/types.h. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 72cf2613e6f..e8e02c1136f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2008-12-14 Dan Nicolaescu + + * emacsclient.c: Include syswait.h instead of sys/types.h. + 2008-12-11 dhruva (tiny change) * emacsclient.c (WCONTINUED): New compatibility define for older systems. diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index e8e5ea4bf98..2f18fee5047 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -41,7 +41,7 @@ along with GNU Emacs. If not, see . */ #else /* !WINDOWSNT */ -# include +# include "syswait.h" # ifdef HAVE_INET_SOCKETS # include