diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-07 16:31:41 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-07 16:31:41 +0100 |
commit | fa086ec05c756c96b9797221979ff37c3790fe49 (patch) | |
tree | 9689a07032c4d1453f835c74d9051d0f9c0b6bfd | |
parent | norme (diff) | |
download | 42-cub3d-fa086ec05c756c96b9797221979ff37c3790fe49.tar.gz 42-cub3d-fa086ec05c756c96b9797221979ff37c3790fe49.tar.bz2 42-cub3d-fa086ec05c756c96b9797221979ff37c3790fe49.tar.xz 42-cub3d-fa086ec05c756c96b9797221979ff37c3790fe49.tar.zst 42-cub3d-fa086ec05c756c96b9797221979ff37c3790fe49.zip |
Music macOS compatible EZ
-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> |