aboutsummaryrefslogtreecommitdiff
path: root/tests/cubegeom_pre2_vao.c
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2013-08-24 09:57:46 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2013-08-24 10:18:24 +0700
commitb9baa618eb808d02b80bb3a86d7a571592296905 (patch)
tree9a6cd2bc2c0a791190259ac42867e508d8c8cede /tests/cubegeom_pre2_vao.c
parent1eca7017e7ed397e08d8b4a61be4de9308881fd0 (diff)
Include stdlib.h when using malloc().
Diffstat (limited to 'tests/cubegeom_pre2_vao.c')
-rw-r--r--tests/cubegeom_pre2_vao.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cubegeom_pre2_vao.c b/tests/cubegeom_pre2_vao.c
index cba262ff..733c8fc6 100644
--- a/tests/cubegeom_pre2_vao.c
+++ b/tests/cubegeom_pre2_vao.c
@@ -26,6 +26,7 @@ REDISTRIBUTION OF THIS SOFTWARE.
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <assert.h>