all repos — openbox @ 2a195d71e20689fd90544543a6b049fae615a55f

openbox fork - make it a bit more like ryudo

include gettext.h from ../src
Dana Jansens danakj@orodu.net
commit

2a195d71e20689fd90544543a6b049fae615a55f

parent

674f2609c22d68c5645da22f42ef858182e8b791

4 files changed, 4 insertions(+), 4 deletions(-)

jump to
M otk/display.ccotk/display.cc

@@ -41,7 +41,7 @@ # include <sys/types.h>

# include <unistd.h> #endif // HAVE_UNISTD_H -#include "gettext.h" +#include "../src/gettext.h" #define _(str) gettext(str) }
M otk/font.ccotk/font.cc

@@ -24,7 +24,7 @@ #ifdef HAVE_STDIO_H

# include <stdio.h> #endif // HAVE_STDIO_H -#include "gettext.h" +#include "../src/gettext.h" #define _(str) gettext(str) }
M otk/truerendercontrol.ccotk/truerendercontrol.cc

@@ -15,7 +15,7 @@ #ifdef HAVE_STDLIB_H

# include <stdlib.h> #endif // HAVE_STDLIB_H -#include "gettext.h" +#include "../src/gettext.h" #define _(str) gettext(str) }
M otk/util.ccotk/util.cc

@@ -27,7 +27,7 @@ #if defined(HAVE_PROCESS_H) && defined(__EMX__)

# include <process.h> #endif // HAVE_PROCESS_H __EMX__ -#include "gettext.h" +#include "../src/gettext.h" #define _(str) gettext(str) #include <assert.h>