aboutsummaryrefslogtreecommitdiffstats
path: root/Raster.c
diff options
context:
space:
mode:
authorltoetsch <>2001-03-02 10:19:07 +0000
committerltoetsch <>2001-03-02 10:19:07 +0000
commite7b60f4d16ba5efc71e23a262557165f524c55dc (patch)
treedfe885cda929c762f925459565ec3382c689e4d0 /Raster.c
parent2adc4c99b0b8c52047ab08c41c782802e0ae24e7 (diff)
downloadlcd4linux-e7b60f4d16ba5efc71e23a262557165f524c55dc.tar.gz
[lcd4linux @ 2001-03-02 10:18:03 by ltoetsch]
added /proc/apm battery stat
Diffstat (limited to 'Raster.c')
-rw-r--r--Raster.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/Raster.c b/Raster.c
index a475e94..985c888 100644
--- a/Raster.c
+++ b/Raster.c
@@ -1,4 +1,4 @@
-/* $Id: Raster.c,v 1.14 2001/03/01 22:33:50 reinelt Exp $
+/* $Id: Raster.c,v 1.15 2001/03/02 10:18:03 ltoetsch Exp $
*
* driver for raster formats
*
@@ -20,6 +20,9 @@
*
*
* $Log: Raster.c,v $
+ * Revision 1.15 2001/03/02 10:18:03 ltoetsch
+ * added /proc/apm battery stat
+ *
* Revision 1.14 2001/03/01 22:33:50 reinelt
*
* renamed Raster_flush() to PPM_flush()
@@ -102,7 +105,8 @@
#include <sys/types.h>
#include <sys/stat.h>
#ifdef WITH_PNG
-#include <gd/gd.h>
+/* #include <gd/gd.h> */
+#include <gd.h>
#endif
#include "debug.h"