Author: manolo
Date: 2013-04-05 07:14:08 -0700 (Fri, 05 Apr 2013)
New Revision: 9858
Log:
File config.h is included with #include <config.h> in scandir.c as everywhere 
else.

Modified:
   branches/branch-1.3/src/scandir.c

Modified: branches/branch-1.3/src/scandir.c
===================================================================
--- branches/branch-1.3/src/scandir.c   2013-04-02 16:51:56 UTC (rev 9857)
+++ branches/branch-1.3/src/scandir.c   2013-04-05 14:14:08 UTC (rev 9858)
@@ -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 */

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to