diff options
Diffstat (limited to 'Crystalfontz.c')
-rw-r--r-- | Crystalfontz.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Crystalfontz.c b/Crystalfontz.c index 4bc2d32..9b9dbc7 100644 --- a/Crystalfontz.c +++ b/Crystalfontz.c @@ -1,4 +1,4 @@ -/* $Id: Crystalfontz.c,v 1.19 2004/01/29 04:40:02 reinelt Exp $ +/* $Id: Crystalfontz.c,v 1.20 2004/01/30 20:57:55 reinelt Exp $ * * driver for display modules from Crystalfontz * @@ -21,6 +21,10 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * $Log: Crystalfontz.c,v $ + * Revision 1.20 2004/01/30 20:57:55 reinelt + * HD44780 patch from Martin Hejl + * dmalloc integrated + * * Revision 1.19 2004/01/29 04:40:02 reinelt * every .c file includes "config.h" now * @@ -101,6 +105,10 @@ #include "bar.h" #include "icon.h" +#ifdef WITH_DMALLOC +#include <dmalloc.h> +#endif + #define XRES 6 #define YRES 8 #define CHARS 8 |