From c363cdb7c01fbab180ed9750247f2e0a9451f0ac Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Thu, 18 Jun 2015 20:53:45 +1000 Subject: [PATCH] Fixup: stdlib.h and string.h needed for Linux gcc 4.8 build. --- auto/src/glew_head.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto/src/glew_head.c b/auto/src/glew_head.c index 6d18293..ddcdd9f 100644 --- a/auto/src/glew_head.c +++ b/auto/src/glew_head.c @@ -10,6 +10,8 @@ #endif #include /* For size_t */ +#include /* For malloc, free */ +#include /* For memset */ /* * Define glewGetContext and related helper macros.