xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Wed May 14 13:50:00 PDT 2008


 src/ati.h         |    1 +
 src/generic_bus.h |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit cc9f510770700228e5d597c872e926a4e99bd950
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 14 16:49:01 2008 -0400

    RADEON: missing stdint.h includes

diff --git a/src/ati.h b/src/ati.h
index fa2e45e..86c40a1 100644
--- a/src/ati.h
+++ b/src/ati.h
@@ -24,6 +24,7 @@
 #define ___ATI_H___ 1
 
 #include <unistd.h>
+#include <stdint.h>
 #include "xf86Pci.h"
 #include "xf86PciInfo.h"
 
diff --git a/src/generic_bus.h b/src/generic_bus.h
index ecefdcd..a04baa1 100644
--- a/src/generic_bus.h
+++ b/src/generic_bus.h
@@ -4,6 +4,7 @@
 /* this is meant to be used for proprietary buses where abstraction is needed
    but they don't occur often enough to warrant a separate helper library */
 
+#include <stdint.h>
 
 #define GB_IOCTL_GET_NAME	1
           /* third argument is size of the buffer, fourth argument is pointer


More information about the xorg-commit mailing list