* include/process.h: Move here from include/cygwin subdir.

* exec.cc: Change include of process.h to reflect the fact that it's
	now back in include.
	* spawn.cc: Ditto.
	* syscalls.cc: Ditto.
This commit is contained in:
Corinna Vinschen
2012-02-07 17:15:07 +00:00
parent 3e9c8f2e81
commit 3b8698d7be
5 changed files with 11 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ details. */
#include "winsup.h"
#include <stdlib.h>
#include <unistd.h>
#include <cygwin/process.h>
#include <process.h>
#include <sys/wait.h>
#include <wingdi.h>
#include <winuser.h>