diff options
| author | Dominik Kaiser | 2024-04-29 17:24:14 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2024-04-29 17:24:14 +0200 |
| commit | 87f506fc6edf8140cc6ec1aede38bb316a2e4933 (patch) | |
| tree | 884e8497a7c14a1fd1ab4b40b6b65e5f9dd13cf7 /include | |
| parent | 043f5a1e4538d508ed8899559f6dfb8ee1993e4b (diff) | |
| download | pipex-87f506fc6edf8140cc6ec1aede38bb316a2e4933.tar.gz pipex-87f506fc6edf8140cc6ec1aede38bb316a2e4933.zip | |
Add libft and prettify the make-process
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 |
