aboutsummaryrefslogtreecommitdiff
path: root/get_next_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'get_next_line.h')
-rw-r--r--get_next_line.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/get_next_line.h b/get_next_line.h
index 4afd0fb..c3962e3 100644
--- a/get_next_line.h
+++ b/get_next_line.h
@@ -13,7 +13,10 @@
#ifndef GET_NEXT_LINE_H
# define GET_NEXT_LINE_H
+# include <unistd.h>
+# include <stdlib.h>
# include <limits.h>
+# include "libft.h"
# ifndef BUFFER_SIZE
# define BUFFER_SIZE 32