diff options
author | lordjaxom <lordjaxom> | 2004-12-09 14:27:06 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-09 14:27:06 +0000 |
commit | e4c359b5c303cecfc49fb82799805da9fee8dadb (patch) | |
tree | ca09dced5d5794edac92e64c54b04a07a4a4c4ea /graphtft | |
parent | 5382d18d05d358bb1c313c642395e835aa44a6a0 (diff) | |
download | vdr-plugin-text2skin-e4c359b5c303cecfc49fb82799805da9fee8dadb.tar.gz vdr-plugin-text2skin-e4c359b5c303cecfc49fb82799805da9fee8dadb.tar.bz2 |
1.0-pre2v1.0-pre2
Diffstat (limited to 'graphtft')
-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() { |