diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-05-29 10:13:56 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-05-29 10:13:56 +0000 |
commit | c10e50ab1fe3da8a3e95fea31163fc196e541632 (patch) | |
tree | 8ff0a0215f389fb031cef1f39d27d32b3cec3620 /lib | |
parent | de98d968f076ad1b6368938e502cecde8b96609e (diff) |
Import Mesa 11.2.2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mesa/src/mesa/state_tracker/st_cb_compute.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mesa/src/mesa/state_tracker/st_cb_compute.h b/lib/mesa/src/mesa/state_tracker/st_cb_compute.h index e9fe458df..78ec756a6 100644 --- a/lib/mesa/src/mesa/state_tracker/st_cb_compute.h +++ b/lib/mesa/src/mesa/state_tracker/st_cb_compute.h @@ -28,6 +28,8 @@ #ifndef ST_CB_COMPUTE_H #define ST_CB_COMPUTE_H +#include "main/compiler.h" + struct dd_function_table; extern void |