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-01-09 21:03:39 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-01-09 21:03:39 +0400
commit02c8acc1b47a652586255150433cb714bf110040 (patch)
tree674422c8043606b89973b92525255f19bfb8ddac /winsup/cygwin/spawn.cc
parentcde9b54e7192bae4dce903c8d39129d31c703cd9 (diff)
* 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.
Diffstat (limited to 'winsup/cygwin/spawn.cc')
-rw-r--r--winsup/cygwin/spawn.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc
index 1bf2d1dd0..74642519a 100644
--- a/winsup/cygwin/spawn.cc
+++ b/winsup/cygwin/spawn.cc
@@ -1,7 +1,7 @@
/* spawn.cc
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- 2005, 2006, 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
+ 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Red Hat, Inc.
This file is part of Cygwin.
@@ -12,7 +12,7 @@ details. */
#include "winsup.h"
#include <stdlib.h>
#include <unistd.h>
-#include <process.h>
+#include <cygwin/process.h>
#include <sys/wait.h>
#include <wingdi.h>
#include <winuser.h>