From b07b167eec8af05999373a511f9e8fad48285caf Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 11 Sep 2003 02:00:42 +0000 Subject: * Makefile.in (MINGW_CXX): Define and use for mingw-compiled files. * path.cc: Include more path info in cygwin-specific includes since the cygwin directory is no longer included by default. --- winsup/utils/path.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'winsup/utils/path.cc') diff --git a/winsup/utils/path.cc b/winsup/utils/path.cc index e985384ce..2c475fde3 100644 --- a/winsup/utils/path.cc +++ b/winsup/utils/path.cc @@ -12,12 +12,14 @@ details. */ Cygwin's mount table. If the format or location of the mount table changes, this is the file to change to match it. */ +#define str(a) #a +#define scat(a,b) str(a##b) #include #include #include -#include -#include -#include +#include "cygwin/include/cygwin/version.h" +#include "cygwin/include/sys/mount.h" +#include "cygwin/include/mntent.h" /* Used when treating / and \ as equivalent. */ #define SLASH_P(ch) \ -- cgit v1.2.3