diff options
Diffstat (limited to 'include/shader.h')
-rw-r--r-- | include/shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/shader.h b/include/shader.h index 37f4c09..57d1096 100644 --- a/include/shader.h +++ b/include/shader.h @@ -1,7 +1,7 @@ #ifndef GSR_SHADER_H #define GSR_SHADER_H -#include "egl.h" +typedef struct gsr_egl gsr_egl; typedef struct { gsr_egl *egl; |