diff options
| author | ykoh <ykoh@student.42seoul.kr> | 2020-07-08 18:17:23 +0900 |
|---|---|---|
| committer | ykoh <ykoh@student.42seoul.kr> | 2020-07-08 18:17:23 +0900 |
| commit | 04d253446e9099fd4e2b8018810c1260d59c8b59 (patch) | |
| tree | 98ac0b6b4d87ad97abf1c4ebe463f292ffe0d05c /header.h | |
| parent | c52ea7ce14221b96f3dd5adf69ec9f4df6884404 (diff) | |
| download | ft_printf_test-04d253446e9099fd4e2b8018810c1260d59c8b59.tar.gz ft_printf_test-04d253446e9099fd4e2b8018810c1260d59c8b59.tar.bz2 ft_printf_test-04d253446e9099fd4e2b8018810c1260d59c8b59.zip | |
Delete warning(undeclaration warning caused by kill)
Diffstat (limited to 'header.h')
| -rw-r--r-- | header.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/06 18:13:32 by cacharle #+# #+# */ -/* Updated: 2020/04/02 20:49:26 by charles ### ########.fr */ +/* Updated: 2020/07/08 18:16:16 by ykoh ### ########.fr */ /* */ /* ************************************************************************** */ @@ -20,6 +20,7 @@ # include <unistd.h> # include <string.h> # include <stdbool.h> +# include <signal.h> int pid; int pid2; |
