summaryrefslogtreecommitdiff
path: root/src/scandir_win32.c
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-09-19 17:40:20 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-09-19 17:40:20 +0000
commite8f467b9e3c52914b234d539a113a981c868df53 (patch)
tree56b38732c3532dd82f307d693ac49bb437707f23 /src/scandir_win32.c
parentc7453106b907771651ba580ead4a3d75f81537f4 (diff)
Updating fl_utf8.h references. Fixing copyright date in .fl files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6311 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/scandir_win32.c')
-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 804fadc0c..47d70479a 100644
--- a/src/scandir_win32.c
+++ b/src/scandir_win32.c
@@ -27,7 +27,7 @@
#ifndef __CYGWIN__
/* Emulation of posix scandir() call */
-#include <FL/fl_utf8.H>
+#include <FL/fl_utf8.h>
#include <FL/filename.H>
#include "flstring.h"
#include <windows.h>