diff options
Diffstat (limited to 'make/gl-impl-win32.cfg')
-rw-r--r-- | make/gl-impl-win32.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/gl-impl-win32.cfg b/make/gl-impl-win32.cfg index ef23cc13f..bf4f93998 100644 --- a/make/gl-impl-win32.cfg +++ b/make/gl-impl-win32.cfg @@ -15,8 +15,9 @@ ContextVariableName _context CustomCCode #define WIN32_LEAN_AND_MEAN CustomCCode #include <windows.h> CustomCCode #undef WIN32_LEAN_AND_MEAN - +CustomCCode #include <stdlib.h> CustomCCode #include <stddef.h> +CustomCCode #include <malloc.h> CustomCCode /* Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in CustomCCode "glext.h" are parsed. */ |