Include stdint.h to get uint64_t

This commit is contained in:
Rémi Cardona 2007-06-16 13:17:54 +01:00 committed by Keith Packard
parent 6b2ae93506
commit d5ca000ece
1 changed files with 1 additions and 0 deletions

View File

@ -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