diff options
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r-- | inc/cub3d_structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index d53cdb9..d392f0c 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -14,6 +14,7 @@ # define CUB3D_STRUCTS_H #include <stddef.h> +#include <stdlib.h> #include <stdint.h> #include <pthread.h> |