aboutsummaryrefslogtreecommitdiffstats
path: root/PalmPilot.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--PalmPilot.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/PalmPilot.c b/PalmPilot.c
index 8fd9394..c0c6bcf 100644
--- a/PalmPilot.c
+++ b/PalmPilot.c
@@ -1,4 +1,4 @@
-/* $Id: PalmPilot.c,v 1.16 2004/01/29 04:40:02 reinelt Exp $
+/* $Id: PalmPilot.c,v 1.17 2004/01/30 20:57:55 reinelt Exp $
*
* driver for 3Com Palm Pilot
*
@@ -22,6 +22,10 @@
*
*
* $Log: PalmPilot.c,v $
+ * Revision 1.17 2004/01/30 20:57:55 reinelt
+ * HD44780 patch from Martin Hejl
+ * dmalloc integrated
+ *
* Revision 1.16 2004/01/29 04:40:02 reinelt
* every .c file includes "config.h" now
*
@@ -111,6 +115,10 @@
#include "icon.h"
#include "pixmap.h"
+#ifdef WITH_DMALLOC
+#include <dmalloc.h>
+#endif
+
static LCD Lcd;
static char *Port=NULL;