* include/unistd.h: Add include of process.h.

This commit is contained in:
Earnie Boyd 2002-08-14 21:08:43 +00:00
parent 99a3b239eb
commit 2c3ef6355b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-08-14 Earnie Boyd <earnie@users.sf.net>
* include/unistd.h: Add include of process.h.
2002-08-03 Danny Smith <dannysmith@users.sourceforge.net>
* include/stdio.h (_fcloseall): Add prototype.

View File

@ -6,5 +6,6 @@
#ifndef __STRICT_ANSI__
#include <io.h>
#include <process.h>
#endif