blob: 16aa9565244a8a8bcd503d198006abd79995ab1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Index: splash.c
===================================================================
RCS file: /cvs/gpe/base/gpe-bootsplash/splash.c,v
retrieving revision 1.9
diff -u -r1.9 splash.c
--- splash.c 6 Jul 2004 10:16:26 -0000 1.9
+++ splash.c 6 Jul 2004 10:45:50 -0000
@@ -18,6 +18,7 @@
#ifdef USE_SVG
#include <librsvg/rsvg.h>
#endif
+#include <errno.h>
#define FB "/dev/fb/0"
#define FB0 "/dev/fb0"
|