diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/models/models_first_person_maze.c | 2 |
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 |
