From 16b94706e0a2ebed728389d0166a910eea5a2b7c Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 4 Feb 2010 10:25:28 +0000 Subject: Fix compile when using a linker that defaults to --no-as-needed --- misc/glob.c | 1 + 1 file changed, 1 insertion(+) (limited to 'misc') diff --git a/misc/glob.c b/misc/glob.c index 28e6edda5..bf2dcb62a 100644 --- a/misc/glob.c +++ b/misc/glob.c @@ -28,6 +28,7 @@ # include # include # include +# include /* S_ISDIR */ #define __alloca alloca #define __stat stat -- cgit v1.2.3