From a5ee07c4207b404e6d6539ad6d0073c2a412842a Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 5 Apr 2013 14:14:08 +0000 Subject: File config.h is included with #include in scandir.c as everywhere else. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9858 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/scandir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/scandir.c b/src/scandir.c index 45d190964..c08e48f0c 100644 --- a/src/scandir.c +++ b/src/scandir.c @@ -21,7 +21,7 @@ #if defined(WIN32) && !defined(__CYGWIN__) # include "scandir_win32.c" #else -# include "../config.h" +# include # ifndef HAVE_SCANDIR # include "scandir_posix.c" # endif /* HAVE_SCANDIR */ -- cgit v1.2.3