diff options
author | Stefan Dirsch <sndirsch@suse.de> | 2018-06-25 15:57:02 +0200 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2018-06-26 15:58:28 +0100 |
commit | c4c878d2ccb75fa75afe46e0e50ee9975c5c57fc (patch) | |
tree | 44a88c79589ffce933423dcc8d55d56a541c2c3e /src | |
parent | 6f18a15d237b5a6f4ee9d61634ff9bae827398bd (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/atipcirename.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |