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 928d629845
commit c363cdb7c0
1 changed files with 2 additions and 0 deletions

View File

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