From 2a195d71e20689fd90544543a6b049fae615a55f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 28 Jan 2003 03:26:59 +0000 Subject: [PATCH] include gettext.h from ../src --- otk/display.cc | 2 +- otk/font.cc | 2 +- otk/truerendercontrol.cc | 2 +- otk/util.cc | 2 +- 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 #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 #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 #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 #endif // HAVE_PROCESS_H __EMX__ -#include "gettext.h" +#include "../src/gettext.h" #define _(str) gettext(str) #include -- 2.39.2