Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-02-07 21:15:07 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-02-07 21:15:07 +0400
commit3b8698d7bed1bcc8d0473188003a8e57871b0fd4 (patch)
treea51c7b24b37c2fde8df662e07c572fc63b0bdc1e /winsup/cygwin/exec.cc
parent3e9c8f2e813c2a97362f91935871f5830efe1c21 (diff)
* 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.
Diffstat (limited to 'winsup/cygwin/exec.cc')
-rw-r--r--winsup/cygwin/exec.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/exec.cc b/winsup/cygwin/exec.cc
index 039b820ba..29e7af53c 100644
--- a/winsup/cygwin/exec.cc
+++ b/winsup/cygwin/exec.cc
@@ -9,7 +9,7 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
#include "winsup.h"
-#include <cygwin/process.h>
+#include <process.h>
#include "cygerrno.h"
#include "path.h"
#include "environ.h"