From 67c1df0180a58c6773ddfda7132b78f3e1073f14 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 14 Dec 2008 03:23:43 +0000 Subject: [PATCH] Include syswait.h instead of sys/types.h. --- lib-src/ChangeLog | 4 ++++ lib-src/emacsclient.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 72cf2613e6..e8e02c1136 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 e8e5ea4bf9..2f18fee504 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 -- 2.20.1