diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/LuaGL.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LuaGL.cc b/lib/LuaGL.cc index 668ff57..418539c 100644 --- a/lib/LuaGL.cc +++ b/lib/LuaGL.cc @@ -13,7 +13,7 @@ *************************************************/ #include <string.h> -#include <malloc.h> +#include <stdlib.h> #include <GL/gl.h> #include <GL/glu.h> |