mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
Fixup: stdlib.h and string.h needed for Linux gcc 4.8 build.
This commit is contained in:
parent
928d629845
commit
c363cdb7c0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user