diff options
| author | Manolo Gouy <Manolo> | 2016-08-16 18:24:09 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-08-16 18:24:09 +0000 |
| commit | f814211547c4321f7906dda4e5403ef6738c33a9 (patch) | |
| tree | 2f572076b936c9d82c352dc86de45e7fda4dfca1 /src/xutf8 | |
| parent | 3932b1af7c8c36b7b69242e9904c2f54ae4ed0cd (diff) | |
Add missing #include directive
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11874 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/xutf8')
| -rw-r--r-- | src/xutf8/utf8Wrap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xutf8/utf8Wrap.c b/src/xutf8/utf8Wrap.c index 07fc1c6cd..255e9ae5e 100644 --- a/src/xutf8/utf8Wrap.c +++ b/src/xutf8/utf8Wrap.c @@ -27,6 +27,7 @@ #include <stdlib.h> #include <string.h> #include <stdio.h> +#include "../utf8_internal.h" /* External auto generated functions : */ #include "ucs2fontmap.c" |
