mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 22:05:06 +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
|
#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.
|
||||||
|
Loading…
Reference in New Issue
Block a user