From d5ca000ece145a35fd6df0dcf3fb3460bd2d64e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Cardona?= Date: Sat, 16 Jun 2007 13:17:54 +0100 Subject: [PATCH] Include stdint.h to get uint64_t --- src/i830_common.h | 1 + 1 file changed, 1 insertion(+) 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 #define I830_NR_TEX_REGIONS 255 /* maximum due to use of chars for next/prev */ #define I830_LOG_MIN_TEX_REGION_SIZE 14