summaryrefslogtreecommitdiff
path: root/otk/util.cc
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 /otk/util.cc
parent674f2609c22d68c5645da22f42ef858182e8b791 (diff)
include gettext.h from ../src
Diffstat (limited to 'otk/util.cc')
-rw-r--r--otk/util.cc2
1 files changed, 1 insertions, 1 deletions
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>