aboutsummaryrefslogtreecommitdiffstats
path: root/bar.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bar.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/bar.c b/bar.c
index 6736882..b1ccacb 100644
--- a/bar.c
+++ b/bar.c
@@ -1,4 +1,4 @@
-/* $Id: bar.c,v 1.10 2004/01/29 04:40:02 reinelt Exp $
+/* $Id: bar.c,v 1.11 2004/01/30 20:57:55 reinelt Exp $
*
* generic bar handling
*
@@ -22,6 +22,10 @@
*
*
* $Log: bar.c,v $
+ * Revision 1.11 2004/01/30 20:57:55 reinelt
+ * HD44780 patch from Martin Hejl
+ * dmalloc integrated
+ *
* Revision 1.10 2004/01/29 04:40:02 reinelt
* every .c file includes "config.h" now
*
@@ -80,6 +84,10 @@
#include "bar.h"
#include "debug.h"
+#ifdef WITH_DMALLOC
+#include <dmalloc.h>
+#endif
+
static int ROWS=0;
static int COLS=0;