Include syswait.h instead of sys/types.h.
This commit is contained in:
parent
bdd8da910a
commit
67c1df0180
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
2008-12-11 dhruva <dhruvakm@gmail.com> (tiny change)
|
||||||
|
|
||||||
* emacsclient.c (WCONTINUED): New compatibility define for older systems.
|
* emacsclient.c (WCONTINUED): New compatibility define for older systems.
|
||||||
|
|
|
@ -41,7 +41,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#else /* !WINDOWSNT */
|
#else /* !WINDOWSNT */
|
||||||
|
|
||||||
# include <sys/types.h>
|
# include "syswait.h"
|
||||||
|
|
||||||
# ifdef HAVE_INET_SOCKETS
|
# ifdef HAVE_INET_SOCKETS
|
||||||
# include <netinet/in.h>
|
# include <netinet/in.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue