From: Dana Jansens Date: Tue, 28 Jan 2003 03:26:59 +0000 (+0000) Subject: include gettext.h from ../src X-Git-Tag: openbox-2_3_0~179 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=2a195d71e20689fd90544543a6b049fae615a55f;p=dana%2Fopenbox.git include gettext.h from ../src --- 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