summaryrefslogtreecommitdiffstats
path: root/libft/src/ft_lstmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'libft/src/ft_lstmap.c')
-rw-r--r--libft/src/ft_lstmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libft/src/ft_lstmap.c b/libft/src/ft_lstmap.c
index 474b1bc..9aed5b9 100644
--- a/libft/src/ft_lstmap.c
+++ b/libft/src/ft_lstmap.c
@@ -11,7 +11,7 @@
/* / */
/* ************************************************************************** */
-#include "libft.h"
+#include <libft.h>
#include <stddef.h>
#include <stdlib.h>