diff options
Diffstat (limited to 'MilfordInstruments.c')
-rw-r--r-- | MilfordInstruments.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/MilfordInstruments.c b/MilfordInstruments.c index 577d15d..e2fa294 100644 --- a/MilfordInstruments.c +++ b/MilfordInstruments.c @@ -1,4 +1,4 @@ -/* $Id: MilfordInstruments.c,v 1.6 2004/01/29 04:40:02 reinelt Exp $ +/* $Id: MilfordInstruments.c,v 1.7 2004/01/30 20:57:55 reinelt Exp $ * * driver for Milford Instruments 'BPK' piggy-back serial interface board * for standard Hitachi 44780 compatible lcd modules. @@ -24,6 +24,10 @@ * * * $Log: MilfordInstruments.c,v $ + * Revision 1.7 2004/01/30 20:57:55 reinelt + * HD44780 patch from Martin Hejl + * dmalloc integrated + * * Revision 1.6 2004/01/29 04:40:02 reinelt * every .c file includes "config.h" now * @@ -66,6 +70,10 @@ #include "bar.h" #include "icon.h" +#ifdef WITH_DMALLOC +#include <dmalloc.h> +#endif + #define XRES 5 #define YRES 8 #define CHARS 8 |