diff options
Diffstat (limited to 'src/osd/modules/opengl/gl_shader_mgr.c')
-rw-r--r-- | src/osd/modules/opengl/gl_shader_mgr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/opengl/gl_shader_mgr.c b/src/osd/modules/opengl/gl_shader_mgr.c index 75d4b777cca..46fbc825aa6 100644 --- a/src/osd/modules/opengl/gl_shader_mgr.c +++ b/src/osd/modules/opengl/gl_shader_mgr.c @@ -1,6 +1,7 @@ #include <stdio.h> /* snprintf */ #include <stdlib.h> /* malloc */ +#include "osdcomm.h" #include "osd_opengl.h" #include "gl_shader_mgr.h" |