aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2002-12-05 19:09:57 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2002-12-05 19:09:57 +0000
commitff50125562c92de0bf8d9be969d95c4258c62164 (patch)
tree7bbfb4311e4ca96724c315a22e6ac38842b92282 /display.c
parentfc324a23875308a3a8d854a3e53e41599102cd87 (diff)
downloadlcd4linux-ff50125562c92de0bf8d9be969d95c4258c62164.tar.gz
[lcd4linux @ 2002-12-05 19:09:57 by reinelt]
patches for gcc-3.2 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@171 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-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"