]> Dogcows Code - chaz/openbox/commitdiff
include gettext.h from the right place
authorDana Jansens <danakj@orodu.net>
Fri, 21 Mar 2003 18:46:44 +0000 (18:46 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 21 Mar 2003 18:46:44 +0000 (18:46 +0000)
render/font.c

index 4e38de243cf883a282e7014ab674e6cb2fe6fc1e..d9bc4987bef84a2a441bdd891f8c580f0d2cc030 100644 (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>
This page took 0.021218 seconds and 4 git commands to generate.