summaryrefslogtreecommitdiff
path: root/src/xutf8
diff options
context:
space:
mode:
Diffstat (limited to 'src/xutf8')
-rw-r--r--src/xutf8/is_right2left.c2
-rw-r--r--src/xutf8/keysym2Ucs.c2
-rw-r--r--src/xutf8/utf8Input.c2
-rw-r--r--src/xutf8/utf8Utils.c2
-rw-r--r--src/xutf8/utf8Wrap.c2
5 files changed, 6 insertions, 4 deletions
diff --git a/src/xutf8/is_right2left.c b/src/xutf8/is_right2left.c
index 7b49af157..169174424 100644
--- a/src/xutf8/is_right2left.c
+++ b/src/xutf8/is_right2left.c
@@ -18,6 +18,8 @@
* This file is required on all platforms for utf8 support
*/
+#include "../Xutf8.h"
+
unsigned short
XUtf8IsRightToLeft(unsigned int ucs) {
diff --git a/src/xutf8/keysym2Ucs.c b/src/xutf8/keysym2Ucs.c
index 052a7c7bc..d01a3a751 100644
--- a/src/xutf8/keysym2Ucs.c
+++ b/src/xutf8/keysym2Ucs.c
@@ -18,7 +18,7 @@
#if !defined(WIN32) && !defined(__APPLE__)
-#include "../../FL/Xutf8.h"
+#include "../Xutf8.h"
#include "imKStoUCS.c"
long XKeysymToUcs(KeySym keysym) {
diff --git a/src/xutf8/utf8Input.c b/src/xutf8/utf8Input.c
index bb7564f09..f66f8bc77 100644
--- a/src/xutf8/utf8Input.c
+++ b/src/xutf8/utf8Input.c
@@ -17,7 +17,7 @@
#if !defined(WIN32) && !defined(__APPLE__)
#include <config.h>
-#include "../../FL/Xutf8.h"
+#include "../Xutf8.h"
#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
diff --git a/src/xutf8/utf8Utils.c b/src/xutf8/utf8Utils.c
index 1e60b766f..54bbccf4c 100644
--- a/src/xutf8/utf8Utils.c
+++ b/src/xutf8/utf8Utils.c
@@ -20,7 +20,7 @@
#if !defined(WIN32) && !defined(__APPLE__)
-#include "../../FL/Xutf8.h"
+#include "../Xutf8.h"
/*** NOTE : all functions are LIMITED to 24 bits Unicode values !!! ***/
diff --git a/src/xutf8/utf8Wrap.c b/src/xutf8/utf8Wrap.c
index 8b0d61af5..c39b196ec 100644
--- a/src/xutf8/utf8Wrap.c
+++ b/src/xutf8/utf8Wrap.c
@@ -19,7 +19,7 @@
*/
#if !defined(WIN32) && !defined(__APPLE__)
-#include "../../FL/Xutf8.h"
+#include "../Xutf8.h"
#include <X11/Xlib.h>
#include <ctype.h>
#include <stdlib.h>