aboutsummaryrefslogtreecommitdiff
path: root/src/str/ft_strncasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/str/ft_strncasecmp.c')
-rw-r--r--src/str/ft_strncasecmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/str/ft_strncasecmp.c b/src/str/ft_strncasecmp.c
index aafdc8c..7153237 100644
--- a/src/str/ft_strncasecmp.c
+++ b/src/str/ft_strncasecmp.c
@@ -11,7 +11,7 @@
/* ************************************************************************** */
#include "libft.h"
-#include "libft_types.h"
+#include "libft_def.h"
int ft_strncasecmp(const char *s1, const char *s2, size_t n)
{