Fixup: stdlib.h and string.h needed for Linux gcc 4.8 build.

This commit is contained in:
Nigel Stewart 2015-06-18 20:53:45 +10:00
parent c22d3544aa
commit 26972a2938

View File

@ -7,6 +7,8 @@
#endif #endif
#include <stddef.h> /* For size_t */ #include <stddef.h> /* For size_t */
#include <stdlib.h> /* For malloc, free */
#include <string.h> /* For memset */
/* /*
* Define glewGetContext and related helper macros. * Define glewGetContext and related helper macros.