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:
authorChristopher Faylor <me@cgf.cx>2001-06-04 05:28:09 +0400
committerChristopher Faylor <me@cgf.cx>2001-06-04 05:28:09 +0400
commitac5561f2ed95d2ffcb81723d9556aadc1768ca04 (patch)
treedcac3dbe7a95d896583c184f7de830ad0b9ddc2f /winsup/cygwin/dcrt0.cc
parent9f13167f7789db27d1090a78c847f5a0e81e01f6 (diff)
* path.cc (normalize_posix_path): Revert .. check removed by previous changes.
* cygheap.h: Temporarily declare path_prefix_p here.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index 1036feb2d..cc4986949 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -26,9 +26,9 @@ details. */
#include "perprocess.h"
#include "fhandler.h"
#include "dtable.h"
+#include "path.h"
#include "cygheap.h"
#include "child_info.h"
-#include "path.h"
#include "perthread.h"
#include "shared_info.h"
#include "cygwin_version.h"