include gettext.h from the right place

This commit is contained in:
Dana Jansens 2003-03-21 18:46:44 +00:00
parent ab44e44a55
commit ff97498e1d

View file

@ -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>