diff options
| author | Manolo Gouy <Manolo> | 2013-04-05 14:14:08 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2013-04-05 14:14:08 +0000 |
| commit | a5ee07c4207b404e6d6539ad6d0073c2a412842a (patch) | |
| tree | 3d49e4912897f07a074b38e9d6431dcbbd8640d4 /src | |
| parent | 5e2bdbdeef23721d83022a780387ffec685f7ca0 (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.c | 2 |
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 */ |
