From d17399872e191a60fa783fb115787d1bdd4cca5a Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Fri, 30 Jan 2004 20:57:56 +0000 Subject: [lcd4linux @ 2004-01-30 20:57:55 by reinelt] HD44780 patch from Martin Hejl dmalloc integrated --- USBLCD.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'USBLCD.c') 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 +#endif + #define GET_HARD_VERSION 1 #define GET_DRV_VERSION 2 -- cgit v1.2.3