File config.h is included with #include <config.h> in scandir.c as everywhere else.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9858 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2013-04-05 14:14:08 +00:00
parent 5e2bdbdeef
commit a5ee07c420
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#if defined(WIN32) && !defined(__CYGWIN__)
# include "scandir_win32.c"
#else
# include "../config.h"
# include <config.h>
# ifndef HAVE_SCANDIR
# include "scandir_posix.c"
# endif /* HAVE_SCANDIR */