diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-08-24 09:57:46 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-08-24 10:18:24 +0700 |
commit | b9baa618eb808d02b80bb3a86d7a571592296905 (patch) | |
tree | 9a6cd2bc2c0a791190259ac42867e508d8c8cede /tests/gl_matrix_identity.c | |
parent | 1eca7017e7ed397e08d8b4a61be4de9308881fd0 (diff) |
Include stdlib.h when using malloc().
Diffstat (limited to 'tests/gl_matrix_identity.c')
-rw-r--r-- | tests/gl_matrix_identity.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gl_matrix_identity.c b/tests/gl_matrix_identity.c index 98b1c21f..9f990a77 100644 --- a/tests/gl_matrix_identity.c +++ b/tests/gl_matrix_identity.c @@ -26,6 +26,7 @@ REDISTRIBUTION OF THIS SOFTWARE. #endif #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <assert.h> |