summaryrefslogtreecommitdiff
path: root/src
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
parentddec5783103045084a66a34d71326cc6e4a3f598 (diff)
include stdint.h to fix the build on some platforms
fixes bug 12733
Diffstat (limited to 'src')
-rw-r--r--src/atiprint.c1
-rw-r--r--src/atiprobe.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/atiprint.c b/src/atiprint.c
index 60d9c21..3a1debb 100644
--- a/src/atiprint.c
+++ b/src/atiprint.c
@@ -26,6 +26,7 @@
#include <string.h>
#include <ctype.h>
+#include <stdint.h>
#include "ati.h"
#include "atichip.h"
diff --git a/src/atiprobe.c b/src/atiprobe.c
index 78b3edd..38ce90d 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"