aboutsummaryrefslogtreecommitdiff
path: root/examples/models
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-05-02 13:15:05 +0200
committerRay <raysan5@gmail.com>2019-05-02 13:15:05 +0200
commitbeda4180cd03166d06f37ba50eb050283c4907e1 (patch)
tree360ffd27a15c93385d0d08f4b3f6c4ddb0596584 /examples/models
parenta9ebf8e10d9d7903b140918c726a58f7317b3d19 (diff)
downloadraylib-beda4180cd03166d06f37ba50eb050283c4907e1.tar.gz
raylib-beda4180cd03166d06f37ba50eb050283c4907e1.zip
Added missing include
Diffstat (limited to 'examples/models')
-rw-r--r--examples/models/models_first_person_maze.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/models/models_first_person_maze.c b/examples/models/models_first_person_maze.c
index be101758..6e6b3214 100644
--- a/examples/models/models_first_person_maze.c
+++ b/examples/models/models_first_person_maze.c
@@ -11,6 +11,8 @@
#include "raylib.h"
+#include "<stdlib.h>" // Required for: free()
+
int main()
{
// Initialization