aboutsummaryrefslogtreecommitdiffstats
path: root/Cwlinux.c
diff options
context:
space:
mode:
authorreinelt <>2004-01-30 20:57:56 +0000
committerreinelt <>2004-01-30 20:57:56 +0000
commitd17399872e191a60fa783fb115787d1bdd4cca5a (patch)
tree6577cd2c6172763a0223ed7bb933657b1c5b5436 /Cwlinux.c
parent1ffb8be56b4017149d8c108aee2eeaf881a88d3e (diff)
downloadlcd4linux-d17399872e191a60fa783fb115787d1bdd4cca5a.tar.gz
[lcd4linux @ 2004-01-30 20:57:55 by reinelt]
HD44780 patch from Martin Hejl dmalloc integrated
Diffstat (limited to 'Cwlinux.c')
-rw-r--r--Cwlinux.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/Cwlinux.c b/Cwlinux.c
index a8e3e67..30f181b 100644
--- a/Cwlinux.c
+++ b/Cwlinux.c
@@ -1,4 +1,4 @@
-/* $Id: Cwlinux.c,v 1.18 2004/01/29 04:40:02 reinelt Exp $
+/* $Id: Cwlinux.c,v 1.19 2004/01/30 20:57:55 reinelt Exp $
*
* driver for Cwlinux serial display modules
*
@@ -22,6 +22,10 @@
*
*
* $Log: Cwlinux.c,v $
+ * Revision 1.19 2004/01/30 20:57:55 reinelt
+ * HD44780 patch from Martin Hejl
+ * dmalloc integrated
+ *
* Revision 1.18 2004/01/29 04:40:02 reinelt
* every .c file includes "config.h" now
*
@@ -103,6 +107,10 @@
#include "bar.h"
#include "icon.h"
+#ifdef WITH_DMALLOC
+#include <dmalloc.h>
+#endif
+
#define CHARS 8
static LCD Lcd;