diff options
Diffstat (limited to 'otherlibs/graph/text.c')
-rw-r--r-- | otherlibs/graph/text.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otherlibs/graph/text.c b/otherlibs/graph/text.c index e9e2df057..ced7ad033 100644 --- a/otherlibs/graph/text.c +++ b/otherlibs/graph/text.c @@ -12,6 +12,8 @@ /* $Id$ */ #include "libgraph.h" +#include <alloc.h> +#include <str.h> XFontStruct * grfont = NULL; |