gallium: Add missing includes.

This commit is contained in:
Michal Krol 2008-08-25 10:42:00 +02:00
parent 6fd2feaad7
commit 2c4661f8fc
2 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@
/* memory debugging */
#include "p_debug.h"
#include "pipe/p_debug.h"
#define MALLOC( _size ) \
debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )

View File

@ -28,6 +28,7 @@
#include "i915_reg.h"
#include "i915_context.h"
#include "i915_fpc.h"
#include "util/u_math.h"
#define A0_DEST( reg ) (((reg)&UREG_TYPE_NR_MASK)>>UREG_A0_DEST_SHIFT_LEFT)