7133301: (process) UNIXProcess_md.c should include sys/wait.h rather than wait.h

Reviewed-by: alanb
This commit is contained in:
Jonathan Lu 2012-01-31 10:31:19 +00:00 committed by Neil Richards
parent d51673ed91
commit 46accc5829

View File

@ -40,7 +40,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include <ctype.h>
#include <wait.h>
#include <sys/wait.h>
#include <signal.h>
#include <string.h>
#include <errno.h>