* include/unistd.h: Add include of process.h.
This commit is contained in:
parent
99a3b239eb
commit
2c3ef6355b
|
@ -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.
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
|
||||
#ifndef __STRICT_ANSI__
|
||||
#include <io.h>
|
||||
#include <process.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue