mirror of
https://github.com/fltk/fltk.git
synced 2026-06-02 15:46:52 +08:00
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:
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
#if defined(WIN32) && !defined(__CYGWIN__)
|
#if defined(WIN32) && !defined(__CYGWIN__)
|
||||||
# include "scandir_win32.c"
|
# include "scandir_win32.c"
|
||||||
#else
|
#else
|
||||||
# include "../config.h"
|
# include <config.h>
|
||||||
# ifndef HAVE_SCANDIR
|
# ifndef HAVE_SCANDIR
|
||||||
# include "scandir_posix.c"
|
# include "scandir_posix.c"
|
||||||
# endif /* HAVE_SCANDIR */
|
# endif /* HAVE_SCANDIR */
|
||||||
|
|||||||
Reference in New Issue
Block a user