From eeb9eac93d4ab7036b1e2ab2f72054432e0779cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hinderer?= Date: Tue, 6 Dec 2016 19:28:48 +0100 Subject: [PATCH] Fix PR #504. byterun/afl.c should include signal.h so that the kill function is declared. --- byterun/afl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/byterun/afl.c b/byterun/afl.c index e33a5a203109..8338e1cb1d38 100644 --- a/byterun/afl.c +++ b/byterun/afl.c @@ -13,6 +13,7 @@ CAMLprim value caml_setup_afl (value unit) #include #include +#include #include #include #include