summaryrefslogtreecommitdiff
path: root/src/atiprobe.c
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2007-10-09 16:10:34 -0400
committerAlex Deucher <alex@botch2.(none)>2007-10-09 16:10:34 -0400
commit547fef4c6382f8a4951c086ee531b804cba31075 (patch)
treeddc5448d7e67ab14df7e80cd21f26be0e054c6b1 /src/atiprobe.c
parentddec5783103045084a66a34d71326cc6e4a3f598 (diff)
include stdint.h to fix the build on some platforms
fixes bug 12733
Diffstat (limited to 'src/atiprobe.c')
-rw-r--r--src/atiprobe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/atiprobe.c b/src/atiprobe.c
index 78b3eddd..38ce90d0 100644
--- a/src/atiprobe.c
+++ b/src/atiprobe.c
@@ -26,6 +26,7 @@
#include <string.h>
#include <stdio.h>
+#include <stdint.h>
#include "ati.h"
#include "atibus.h"