aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
authorreinelt <>2002-12-05 19:09:57 +0000
committerreinelt <>2002-12-05 19:09:57 +0000
commit291b96fbc7ecd7227174d5061ce2e1ff109a6466 (patch)
tree7bbfb4311e4ca96724c315a22e6ac38842b92282 /display.c
parent32cd22812fd4153d036625a6d1d43b70a68cc45c (diff)
downloadlcd4linux-291b96fbc7ecd7227174d5061ce2e1ff109a6466.tar.gz
[lcd4linux @ 2002-12-05 19:09:57 by reinelt]
patches for gcc-3.2
Diffstat (limited to 'display.c')
-rw-r--r--display.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/display.c b/display.c
index 1b5d1b8..c376284 100644
--- a/display.c
+++ b/display.c
@@ -1,4 +1,4 @@
-/* $Id: display.c,v 1.33 2002/09/11 05:16:33 reinelt Exp $
+/* $Id: display.c,v 1.34 2002/12/05 19:09:57 reinelt Exp $
*
* framework for device drivers
*
@@ -20,6 +20,9 @@
*
*
* $Log: display.c,v $
+ * Revision 1.34 2002/12/05 19:09:57 reinelt
+ * patches for gcc-3.2
+ *
* Revision 1.33 2002/09/11 05:16:33 reinelt
* added Cwlinux driver
*
@@ -192,6 +195,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include <math.h>
#include "debug.h"