diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libft_mem.h | 1 | ||||
| -rw-r--r-- | include/libft_str.h | 1 |
2 files changed, 2 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); diff --git a/include/libft_str.h b/include/libft_str.h index 582ef00..1f665b5 100644 --- a/include/libft_str.h +++ b/include/libft_str.h @@ -15,6 +15,7 @@ # include <stddef.h> # include "libft_ctype.h" +# include "libft_mem.h" typedef enum { |
