diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/pipex.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/pipex.h b/include/pipex.h index a742093..1a79cf1 100644 --- a/include/pipex.h +++ b/include/pipex.h @@ -6,11 +6,14 @@ /* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/04/29 14:04:28 by dkaiser #+# #+# */ -/* Updated: 2024/04/29 14:05:02 by dkaiser ### ########.fr */ +/* Updated: 2024/04/29 16:38:38 by dkaiser ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef PIPEX_H # define PIPEX_H +# include "../libft/libft.h" +# include <unistd.h> + #endif // PIPEX_H |
