Include syswait.h instead of sys/types.h.

This commit is contained in:
Dan Nicolaescu 2008-12-14 03:23:43 +00:00
parent bdd8da910a
commit 67c1df0180
2 changed files with 5 additions and 1 deletions

View 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>