summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-28 03:26:59 +0000
committerDana Jansens <danakj@orodu.net>2003-01-28 03:26:59 +0000
commit2a195d71e20689fd90544543a6b049fae615a55f (patch)
tree79a3b8d8143dbf413d412e4f803dadccf0f796e5
parent674f2609c22d68c5645da22f42ef858182e8b791 (diff)
include gettext.h from ../src
-rw-r--r--otk/display.cc2
-rw-r--r--otk/font.cc2
-rw-r--r--otk/truerendercontrol.cc2
-rw-r--r--otk/util.cc2
4 files changed, 4 insertions, 4 deletions
diff --git a/otk/display.cc b/otk/display.cc
index be8696bf..21c348ea 100644
--- a/otk/display.cc
+++ b/otk/display.cc
@@ -41,7 +41,7 @@ extern "C" {
# include <unistd.h>
#endif // HAVE_UNISTD_H
-#include "gettext.h"
+#include "../src/gettext.h"
#define _(str) gettext(str)
}
diff --git a/otk/font.cc b/otk/font.cc
index 4fc09fcf..4c3a3476 100644
--- a/otk/font.cc
+++ b/otk/font.cc
@@ -24,7 +24,7 @@ extern "C" {
# include <stdio.h>
#endif // HAVE_STDIO_H
-#include "gettext.h"
+#include "../src/gettext.h"
#define _(str) gettext(str)
}
diff --git a/otk/truerendercontrol.cc b/otk/truerendercontrol.cc
index c11d7b0b..14017c78 100644
--- a/otk/truerendercontrol.cc
+++ b/otk/truerendercontrol.cc
@@ -15,7 +15,7 @@ extern "C" {
# include <stdlib.h>
#endif // HAVE_STDLIB_H
-#include "gettext.h"
+#include "../src/gettext.h"
#define _(str) gettext(str)
}
diff --git a/otk/util.cc b/otk/util.cc
index a2b784e7..b33a1148 100644
--- a/otk/util.cc
+++ b/otk/util.cc
@@ -27,7 +27,7 @@ extern "C" {
# include <process.h>
#endif // HAVE_PROCESS_H __EMX__
-#include "gettext.h"
+#include "../src/gettext.h"
#define _(str) gettext(str)
#include <assert.h>