all repos — openbox @ ff97498e1d466fa0f4de04252c8324a5a94c7e38

openbox fork - make it a bit more like ryudo

include gettext.h from the right place
Dana Jansens danakj@orodu.net
commit

ff97498e1d466fa0f4de04252c8324a5a94c7e38

parent

ab44e44a55fb6f32b5c36c160ed1bdfc7bfb7dbd

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

jump to
M render/font.crender/font.c

@@ -1,7 +1,7 @@

#include "../kernel/openbox.h" #include "font.h" -#include "../src/gettext.h" +#include "../kernel/gettext.h" #define _(str) gettext(str) #include <X11/Xft/Xft.h>