summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-07 15:29:54 +0000
committerManolo Gouy <Manolo>2016-04-07 15:29:54 +0000
commit050dfb55045e81ff681982f3d429d9cf8850a606 (patch)
treefae3fe359957b437fc41fecde057fd69d4f2c3da /src
parent56e9d58a607d57686ed20a0ad43f5ac41b0abcc0 (diff)
Place #include <FL/platform_types.h> as first directive
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11552 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/scandir_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scandir_win32.c b/src/scandir_win32.c
index 11924c4fb..c72581c23 100644
--- a/src/scandir_win32.c
+++ b/src/scandir_win32.c
@@ -18,8 +18,8 @@
#ifndef __CYGWIN__
/* Emulation of posix scandir() call */
-#include <FL/fl_utf8.h>
#include <FL/platform_types.h>
+#include <FL/fl_utf8.h>
#include "flstring.h"
#include <windows.h>
#include <stdlib.h>