aboutsummaryrefslogtreecommitdiff
path: root/include/libft_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libft_def.h')
-rw-r--r--include/libft_def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libft_def.h b/include/libft_def.h
index 7406959..fa8d550 100644
--- a/include/libft_def.h
+++ b/include/libft_def.h
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/01/31 10:36:56 by cacharle #+# #+# */
-/* Updated: 2020/04/04 21:40:37 by charles ### ########.fr */
+/* Updated: 2020/05/09 12:31:09 by charles ### ########.fr */
/* */
/* ************************************************************************** */
@@ -19,6 +19,7 @@
# define LIBFT_DEF_H
# include <stddef.h>
+# include <stdint.h>
# include <stdbool.h>
# define TRUE 1