]> git.pld-linux.org Git - packages/XFree86-Servers.git/blame - XFree86-Servers-fbdev-compile.patch
- one fix to many
[packages/XFree86-Servers.git] / XFree86-Servers-fbdev-compile.patch
CommitLineData
3d715510
JB
1--- xc/programs/Xserver/hw/xfree68/fbdev/fbdev.c.jj Wed Jun 2 07:40:47 1999
2+++ xc/programs/Xserver/hw/xfree68/fbdev/fbdev.c Mon Jun 5 17:13:55 2000
3@@ -27,6 +27,8 @@
4
5 #define DIRECTCOLORHACK /* hack for directcolor */
6
7+#include <stdlib.h>
8+#include <math.h>
9 #include "X.h"
10 #include "input.h"
11 #include "scrnintstr.h"
12@@ -51,8 +53,6 @@
13 #endif /* CONFIG_AFB */
14 #include <linux/fb.h>
15 #include <asm/page.h>
16-#include <stdlib.h>
17-#include <math.h>
18
19 #include "colormapst.h"
20 #include "resource.h"
This page took 0.043112 seconds and 4 git commands to generate.