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@suse.de>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Stefan Dirsch
2018-06-25 15:57:02 +02:00
committed by Emil Velikov
parent 6f18a15d23
commit c4c878d2cc

View File

@@ -34,6 +34,7 @@ enum region_type {
REGION_IO
};
#include <stdint.h>
#include "xf86Module.h"
#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) >= 12