summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2013-04-05 14:14:08 +0000
committerManolo Gouy <Manolo>2013-04-05 14:14:08 +0000
commita5ee07c4207b404e6d6539ad6d0073c2a412842a (patch)
tree3d49e4912897f07a074b38e9d6431dcbbd8640d4 /src
parent5e2bdbdeef23721d83022a780387ffec685f7ca0 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/scandir.c2
1 files changed, 1 insertions, 1 deletions
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 <config.h>
# ifndef HAVE_SCANDIR
# include "scandir_posix.c"
# endif /* HAVE_SCANDIR */