include gettext.h from the right place
This commit is contained in:
parent
ab44e44a55
commit
ff97498e1d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue