diff options
-rw-r--r-- | src/mesa/main/light.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mesa/main/light.h b/src/mesa/main/light.h index 021f5ea1939..f42fbe6f506 100644 --- a/src/mesa/main/light.h +++ b/src/mesa/main/light.h @@ -28,7 +28,12 @@ #define LIGHT_H -#include "mtypes.h" +#include "glheader.h" +#include "mfeatures.h" + +struct gl_context; +struct gl_light; +struct gl_material; extern void GLAPIENTRY _mesa_ShadeModel( GLenum mode ); |