mirror of https://github.com/fltk/fltk
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:
parent
5e2bdbdeef
commit
a5ee07c420
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue