diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-09-19 17:40:20 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-09-19 17:40:20 +0000 |
| commit | e8f467b9e3c52914b234d539a113a981c868df53 (patch) | |
| tree | 56b38732c3532dd82f307d693ac49bb437707f23 /src/fl_utf8.cxx | |
| parent | c7453106b907771651ba580ead4a3d75f81537f4 (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/fl_utf8.cxx')
| -rw-r--r-- | src/fl_utf8.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fl_utf8.cxx b/src/fl_utf8.cxx index 48b4e08d0..07b4f7915 100644 --- a/src/fl_utf8.cxx +++ b/src/fl_utf8.cxx @@ -62,6 +62,8 @@ extern "C" { # include <unistd.h> # include <wchar.h> # include <stdlib.h> +# include <sys/types.h> +# include <sys/stat.h> extern "C" { int XUtf8Tolower(int ucs); @@ -77,7 +79,7 @@ extern "C" { # include <unistd.h> #endif // WIN32 -#include <FL/fl_utf8.H> +#include <FL/fl_utf8.h> #include <string.h> #include <stdlib.h> |
