* 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

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