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