diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-08 08:09:59 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-08 08:09:59 +0100 |
commit | 4cebe9a2a0e36031d5111c2c199c6500c5d72bb0 (patch) | |
tree | ba1f8bd69b997feec287c7a179a78f358668adff /lib | |
parent | 26c5c6c8511c45cb6894c459ce3bc8317ec89349 (diff) |
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> |