aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorykoh <ykoh@student.42seoul.kr>2020-07-08 18:17:23 +0900
committerykoh <ykoh@student.42seoul.kr>2020-07-08 18:17:23 +0900
commit04d253446e9099fd4e2b8018810c1260d59c8b59 (patch)
tree98ac0b6b4d87ad97abf1c4ebe463f292ffe0d05c
parentc52ea7ce14221b96f3dd5adf69ec9f4df6884404 (diff)
downloadft_printf_test-04d253446e9099fd4e2b8018810c1260d59c8b59.tar.gz
ft_printf_test-04d253446e9099fd4e2b8018810c1260d59c8b59.tar.bz2
ft_printf_test-04d253446e9099fd4e2b8018810c1260d59c8b59.zip
Delete warning(undeclaration warning caused by kill)
-rw-r--r--header.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/header.h b/header.h
index 07ab46e..b6369b2 100644
--- a/header.h
+++ b/header.h
@@ -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;