aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/cygpath.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-05-18 18:39:11 +0000
committerChristopher Faylor <me@cgf.cx>2000-05-18 18:39:11 +0000
commite73a56e9827a6d9ea4066b8dd75e7838d440adf1 (patch)
tree3c0fa1151437cd0ced988b84710d8bb3e95e239d /winsup/utils/cygpath.cc
parent8126b13644bb9f6d854837665a1eb51ad485dbf9 (diff)
downloadnewlib-e73a56e9827a6d9ea4066b8dd75e7838d440adf1.zip
newlib-e73a56e9827a6d9ea4066b8dd75e7838d440adf1.tar.gz
newlib-e73a56e9827a6d9ea4066b8dd75e7838d440adf1.tar.bz2
* Makefile.in: Eliminate WINSUP_DEPS.
* cygpath.cc: Reorganize includes to accomodate sys/cygwin.h changes. * mkgroup.c: Ditto. * mkpasswd.c: Ditto. * mount.cc: Ditto. Eliminate use of cygwin source specific includes. * ps.cc: Ditto. * cygwin.cc: Eliminate obsolete file.
Diffstat (limited to 'winsup/utils/cygpath.cc')
-rw-r--r--winsup/utils/cygpath.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/cygpath.cc b/winsup/utils/cygpath.cc
index 9084364..0eab89d 100644
--- a/winsup/utils/cygpath.cc
+++ b/winsup/utils/cygpath.cc
@@ -13,11 +13,11 @@ details. */
#include <stdlib.h>
#include <limits.h>
#include <getopt.h>
+#include <windows.h>
#include <io.h>
#include <sys/fcntl.h>
#include <sys/cygwin.h>
#include <ctype.h>
-#include <windows.h>
static char *prog_name;
static char *file_arg;