summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/pp/sl_pp_dict.h')
-rw-r--r--src/glsl/pp/sl_pp_dict.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/glsl/pp/sl_pp_dict.h b/src/glsl/pp/sl_pp_dict.h
index 683752e000..49f0e0bf9f 100644
--- a/src/glsl/pp/sl_pp_dict.h
+++ b/src/glsl/pp/sl_pp_dict.h
@@ -28,6 +28,9 @@
#ifndef SL_PP_DICT_H
#define SL_PP_DICT_H
+
+struct sl_pp_context;
+
struct sl_pp_dict {
int all;
int _GL_ARB_draw_buffers;
@@ -42,7 +45,7 @@ struct sl_pp_dict {
int ___LINE__;
int ___FILE__;
- int __VERSION__;
+ int ___VERSION__;
int optimize;
int debug;