Browse Source

Added missing include

Ray 6 years ago
parent
commit
beda4180cd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/models/models_first_person_maze.c

+ 2 - 0
examples/models/models_first_person_maze.c

@@ -11,6 +11,8 @@
 
 
 #include "raylib.h"
 #include "raylib.h"
 
 
+#include "<stdlib.h>"           // Required for: free()
+
 int main()
 int main()
 {
 {
     // Initialization
     // Initialization