diff options
Diffstat (limited to 'BeckmannEgle.c')
-rw-r--r-- | BeckmannEgle.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/BeckmannEgle.c b/BeckmannEgle.c index 806364a..1969d78 100644 --- a/BeckmannEgle.c +++ b/BeckmannEgle.c @@ -1,4 +1,4 @@ -/* $Id: BeckmannEgle.c,v 1.19 2004/01/29 04:40:02 reinelt Exp $ +/* $Id: BeckmannEgle.c,v 1.20 2004/01/30 20:57:55 reinelt Exp $ * * driver for Beckmann+Egle mini terminals * @@ -22,6 +22,10 @@ * * * $Log: BeckmannEgle.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 * @@ -113,6 +117,10 @@ #include "bar.h" #include "icon.h" +#ifdef WITH_DMALLOC +#include <dmalloc.h> +#endif + #define XRES 5 #define YRES 8 #define CHARS 8 |