mirror of
https://github.com/X11Libre/xf86-video-r128.git
synced 2026-03-24 01:24:26 +00:00
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:
committed by
Emil Velikov
parent
6f18a15d23
commit
c4c878d2cc
@@ -34,6 +34,7 @@ enum region_type {
|
||||
REGION_IO
|
||||
};
|
||||
|
||||
#include <stdint.h>
|
||||
#include "xf86Module.h"
|
||||
|
||||
#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) >= 12
|
||||
|
||||
Reference in New Issue
Block a user