aboutsummaryrefslogtreecommitdiffstats
path: root/USBLCD.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--USBLCD.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/USBLCD.c b/USBLCD.c
index 0896abb..63eb7b4 100644
--- a/USBLCD.c
+++ b/USBLCD.c
@@ -1,4 +1,4 @@
-/* $Id: USBLCD.c,v 1.20 2004/01/09 04:16:06 reinelt Exp $
+/* $Id: USBLCD.c,v 1.21 2004/01/30 20:57:55 reinelt Exp $
*
* Driver for USBLCD (see http://www.usblcd.de)
*
@@ -25,6 +25,10 @@
*
*
* $Log: USBLCD.c,v $
+ * Revision 1.21 2004/01/30 20:57:55 reinelt
+ * HD44780 patch from Martin Hejl
+ * dmalloc integrated
+ *
* Revision 1.20 2004/01/09 04:16:06 reinelt
* added 'section' argument to cfg_get(), but NULLed it on all calls by now.
*
@@ -120,6 +124,10 @@
#include "icon.h"
#include "bar.h"
+#ifdef WITH_DMALLOC
+#include <dmalloc.h>
+#endif
+
#define GET_HARD_VERSION 1
#define GET_DRV_VERSION 2