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

* exec.cc: Change include of process.h to reflect the fact that it's
	now in the include/cygwin subfolder.
	* spawn.cc: Ditto.
	* syscalls.cc: Ditto.
This commit is contained in:
Corinna Vinschen
2012-01-09 17:03:39 +00:00
parent cde9b54e71
commit 02c8acc1b4
5 changed files with 57 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
/* exec.cc: exec system call support.
Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2009, 2011 Red Hat, Inc.
Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2009, 2011, 2012 Red Hat, Inc.
This file is part of Cygwin.
@@ -9,7 +9,7 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
#include "winsup.h"
#include <process.h>
#include <cygwin/process.h>
#include "cygerrno.h"
#include "path.h"
#include "environ.h"