summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Cardona <remi@gentoo.org>2007-06-16 13:17:54 +0100
committerKeith Packard <keithp@neko.keithp.com>2007-06-17 17:31:03 +0100
commitd5ca000ece145a35fd6df0dcf3fb3460bd2d64e3 (patch)
tree83b5c14c58a4daab708262326565069942c22d91
parent6b2ae93506d6795f87d6993bebfcb4e6632508ee (diff)
Include stdint.h to get uint64_t
-rw-r--r--src/i830_common.h1
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