summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libft/include/libft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libft/include/libft.h b/libft/include/libft.h
index 6981322..c3cc4ea 100644
--- a/libft/include/libft.h
+++ b/libft/include/libft.h
@@ -11,7 +11,7 @@
/* ************************************************************************** */
#ifndef __FT_LIBFT_H__
-# define LIBFT_H
+# define __FT_LIBFT_H__
# include <stddef.h>
# include <stdarg.h>