From f2080b7714a4dc451a40c9ba12d4c6125a1e69f5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 6 Oct 1993 16:44:26 +0000 Subject: merge with 3.8.3b --- src/chmod.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/chmod.c') diff --git a/src/chmod.c b/src/chmod.c index eb3316c0e..511e3e22a 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -23,6 +23,17 @@ David MacKenzie */ +#ifdef HAVE_CONFIG_H +#if defined (CONFIG_BROKETS) +/* We use instead of "config.h" so that a compilation + using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h + (which it would do because it found this file in $srcdir). */ +#include +#else +#include "config.h" +#endif +#endif + #include #include #include -- cgit v1.2.3-70-g09d2