]> code.delx.au - gnu-emacs/commitdiff
Include syswait.h instead of sys/types.h.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 14 Dec 2008 03:23:43 +0000 (03:23 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 14 Dec 2008 03:23:43 +0000 (03:23 +0000)
lib-src/ChangeLog
lib-src/emacsclient.c

index 72cf2613e6fc0bbd7af97199c80abf706db00623..e8e02c1136f6f86c2b4b0cd03071320377cd8229 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * emacsclient.c: Include syswait.h instead of sys/types.h.
+
 2008-12-11  dhruva <dhruvakm@gmail.com> (tiny change)
 
        * emacsclient.c (WCONTINUED): New compatibility define for older systems.
index e8e5ea4bf98136e5608036bc7396d20f48ab7ce8..2f18fee5047989ca0b89ac39f66c1d6a9748fa38 100644 (file)
@@ -41,7 +41,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #else /* !WINDOWSNT */
 
-# include <sys/types.h>
+# include "syswait.h"
 
 # ifdef HAVE_INET_SOCKETS
 #  include <netinet/in.h>