include gettext.h from ../src
authorDana Jansens <danakj@orodu.net>
Tue, 28 Jan 2003 03:26:59 +0000 (03:26 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 28 Jan 2003 03:26:59 +0000 (03:26 +0000)
otk/display.cc
otk/font.cc
otk/truerendercontrol.cc
otk/util.cc

index be8696bfe5a2182c645570368dea9d168c19ad77..21c348eab3ef2af4ca82044c069e1458d41d81d5 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
 #  include <unistd.h>
 #endif // HAVE_UNISTD_H
 
-#include "gettext.h"
+#include "../src/gettext.h"
 #define _(str) gettext(str)
 }
 
index 4fc09fcfdbad1fee17e0a615ecff4e371cb792e8..4c3a347670b321cb6d4415e06a52d9e4bdd14b03 100644 (file)
@@ -24,7 +24,7 @@ extern "C" {
 #  include <stdio.h>
 #endif // HAVE_STDIO_H
 
-#include "gettext.h"
+#include "../src/gettext.h"
 #define _(str) gettext(str)
 }
 
index c11d7b0bdc8e7ebfcf3bef2f269c3b155ac69752..14017c781f7cc932fa571ad7bdc1073fc363b0cb 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
 #  include <stdlib.h>
 #endif // HAVE_STDLIB_H
 
-#include "gettext.h"
+#include "../src/gettext.h"
 #define _(str) gettext(str)
 }
 
index a2b784e7b5a01427ed1bc2b8d32ed48ad0f83207..b33a1148116ca54e192b7b8cb9e6a4ccdc89c072 100644 (file)
@@ -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>