aboutsummaryrefslogtreecommitdiff
path: root/include/libft_mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libft_mem.h')
-rw-r--r--include/libft_mem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libft_mem.h b/include/libft_mem.h
index a15c020..fb52760 100644
--- a/include/libft_mem.h
+++ b/include/libft_mem.h
@@ -14,6 +14,7 @@
# define LIBFT_MEM_H
# include <stddef.h>
+# include <stdint.h>
# include "libft_types.h"
void ft_bzero(void *s, size_t n);