diff options
Diffstat (limited to 'graphtft/font.c')
-rw-r--r-- | graphtft/font.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphtft/font.c b/graphtft/font.c index f4657c3..e38b283 100644 --- a/graphtft/font.c +++ b/graphtft/font.c @@ -1,10 +1,11 @@ /* - * $Id: font.c,v 1.2 2004/12/06 21:19:07 lordjaxom Exp $ + * $Id: font.c,v 1.3 2004/12/09 12:43:14 lordjaxom Exp $ * * Taken from GraphTFT */ #include "font.h" +#include <stdio.h> cGraphtftFont::cGraphtftFont() { |