diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-10-09 16:10:34 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-10-09 16:10:34 -0400 |
commit | 547fef4c6382f8a4951c086ee531b804cba31075 (patch) | |
tree | ddc5448d7e67ab14df7e80cd21f26be0e054c6b1 /src/atiprint.c | |
parent | ddec5783103045084a66a34d71326cc6e4a3f598 (diff) |
include stdint.h to fix the build on some platforms
fixes bug 12733
Diffstat (limited to 'src/atiprint.c')
-rw-r--r-- | src/atiprint.c | 1 |
1 files changed, 1 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" |