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
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-09-20 04:43:33 +0400
committerChristopher Faylor <me@cgf.cx>2003-09-20 04:43:33 +0400
commitbc54734d1586e33c3c5fad736d6054585aba9359 (patch)
tree1e0e0acc86ceae928849cbff4fdc66266e53d4da /winsup
parentd1fb625d2bbe16aeb77d403d62742b0240ca7024 (diff)
fix accidental checkin
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/spawn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc
index c66e411f4..c6500ff15 100644
--- a/winsup/cygwin/spawn.cc
+++ b/winsup/cygwin/spawn.cc
@@ -21,8 +21,8 @@ details. */
#include "cygerrno.h"
#include <sys/cygwin.h>
#include "security.h"
-#include "path.h"
#include "fhandler.h"
+#include "path.h"
#include "dtable.h"
#include "sigproc.h"
#include "cygheap.h"