xf86-video-r128: Branch 'master'

Emil Velikov evelikov at kemper.freedesktop.org
Tue Jun 26 15:01:57 UTC 2018


 src/atipcirename.h |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c4c878d2ccb75fa75afe46e0e50ee9975c5c57fc
Author: Stefan Dirsch <sndirsch at suse.de>
Date:   Mon Jun 25 15:57:02 2018 +0200

    Include <stdint.h> in order to declare uint32_t
    
    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>
    Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

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


More information about the xorg-commit mailing list