From 54cedc1001e2978fd389a3d74543150a918538df Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 11 Nov 2017 14:25:38 +0000 Subject: [PATCH] output: include stdlib.h to avoid compilation error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The stdlib.h has EXIT_FAILURE and free(3). Reported-by: Sebastián Cramatte Signed-off-by: Sami Kerola --- THANKS | 1 + src/mustach-dhcpd-pools.c | 1 + 2 files changed, 2 insertions(+) diff --git a/THANKS b/THANKS index bec03eb..331a775 100644 --- a/THANKS +++ b/THANKS @@ -43,3 +43,4 @@ Klaus Slott Boris Lytochkin Jeff Bailey José Bollo +Sebastián Cramatte diff --git a/src/mustach-dhcpd-pools.c b/src/mustach-dhcpd-pools.c index c2ecc0f..ff06394 100644 --- a/src/mustach-dhcpd-pools.c +++ b/src/mustach-dhcpd-pools.c @@ -42,6 +42,7 @@ #include #include #include +#include #include #include