summaryrefslogtreecommitdiff
path: root/src/ati.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2008-05-14 16:49:01 -0400
committerAlex Deucher <alex@cube.(none)>2008-05-14 16:49:01 -0400
commitcc9f510770700228e5d597c872e926a4e99bd950 (patch)
treec2506195eb30fb81a9ce35eb98a8913f6b4adc2f /src/ati.h
parent71fa57f871dba03260dba2180ce1dab44048ac1a (diff)
RADEON: missing stdint.h includes
Diffstat (limited to 'src/ati.h')
-rw-r--r--src/ati.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ati.h b/src/ati.h
index fa2e45e3..86c40a11 100644
--- a/src/ati.h
+++ b/src/ati.h
@@ -24,6 +24,7 @@
#define ___ATI_H___ 1
#include <unistd.h>
+#include <stdint.h>
#include "xf86Pci.h"
#include "xf86PciInfo.h"