diff options
author | RĂ©mi Cardona <remi@gentoo.org> | 2007-06-16 13:17:54 +0100 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-06-17 17:31:03 +0100 |
commit | d5ca000ece145a35fd6df0dcf3fb3460bd2d64e3 (patch) | |
tree | 83b5c14c58a4daab708262326565069942c22d91 | |
parent | 6b2ae93506d6795f87d6993bebfcb4e6632508ee (diff) |
Include stdint.h to get uint64_t
-rw-r--r-- | src/i830_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_common.h b/src/i830_common.h index 5c2d919e..9c8616cd 100644 --- a/src/i830_common.h +++ b/src/i830_common.h @@ -31,6 +31,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef _I830_COMMON_H_ #define _I830_COMMON_H_ +#include <stdint.h> #define I830_NR_TEX_REGIONS 255 /* maximum due to use of chars for next/prev */ #define I830_LOG_MIN_TEX_REGION_SIZE 14 |