[PATCH xf86-video-r128] Include <stdint.h> in order to declare uint32_t

Stefan Dirsch sndirsch at suse.de
Mon Jun 25 13:57:02 UTC 2018


Apparently this is needed in src/atipcirename.h since xorg-server
1.20 in order to still build this driver.

Signed-off-by: Stefan Dirsch <sndirsch at suse.de>
---
 src/atipcirename.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/atipcirename.h b/src/atipcirename.h
index e65ae3c..3e7f686 100644
--- a/src/atipcirename.h
+++ b/src/atipcirename.h
@@ -34,6 +34,7 @@ enum region_type {
     REGION_IO 
 };
 
+#include <stdint.h>
 #include "xf86Module.h"
 
 #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) >= 12
-- 
2.16.3



More information about the xorg-devel mailing list