summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/x11/native_dri2.c
diff options
context:
space:
mode:
authorIgor Oliveira <igor.oliveira@openbossa.org>2010-02-03 18:37:36 -0400
committerChia-I Wu <olvaffe@gmail.com>2010-02-04 10:10:17 +0800
commitf225042a8615e319a911ee0881cec5fc1d1ce0a7 (patch)
tree08037228e9e75df91c3b32defe068417683e7f4b /src/gallium/state_trackers/egl/x11/native_dri2.c
parent88af76ce94834d795c11445b1c82b7aa874b87d5 (diff)
egl: fix implicit declaration of pipe_texture_reference adding u_inlines.h
Diffstat (limited to 'src/gallium/state_trackers/egl/x11/native_dri2.c')
-rw-r--r--src/gallium/state_trackers/egl/x11/native_dri2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/egl/x11/native_dri2.c b/src/gallium/state_trackers/egl/x11/native_dri2.c
index 07f82d878c..b2eba7219f 100644
--- a/src/gallium/state_trackers/egl/x11/native_dri2.c
+++ b/src/gallium/state_trackers/egl/x11/native_dri2.c
@@ -25,6 +25,7 @@
#include "util/u_memory.h"
#include "util/u_math.h"
#include "util/u_format.h"
+#include "util/u_inlines.h"
#include "pipe/p_compiler.h"
#include "pipe/p_screen.h"
#include "pipe/p_context.h"