xf86-video-intel: src/bios_reader/bios_reader.c

Paulo Cesar Pereira de Andrade pcpa at kemper.freedesktop.org
Wed Dec 3 09:27:09 PST 2008


 src/bios_reader/bios_reader.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d426f799f541cb32fab134f2af068c6cd31923d9
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Wed Dec 3 14:59:21 2008 -0200

    Include <X11/Xfuncproto.h> prior to including "edid.h" from the sdk.

diff --git a/src/bios_reader/bios_reader.c b/src/bios_reader/bios_reader.c
index 2a6906d..974c272 100644
--- a/src/bios_reader/bios_reader.c
+++ b/src/bios_reader/bios_reader.c
@@ -38,6 +38,7 @@
 
 #include "../i830_bios.h"
 
+#include <X11/Xfuncproto.h>
 typedef uint8_t CARD8;
 typedef uint16_t CARD16;
 typedef uint32_t CARD32;


More information about the xorg-commit mailing list