From aa356fcea18cc664f7d160c7741fdc7bd15131c9 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 1 Oct 2019 16:01:37 +0100 Subject: [PATCH] control.h needs stdbool.h to compile --- src/control.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/control.h b/src/control.h index e52343db..d9f77daa 100644 --- a/src/control.h +++ b/src/control.h @@ -29,6 +29,8 @@ #ifndef CONTROL_H #define CONTROL_H +#include + #include "dhcpcd.h" #if !defined(CTL_FREE_LIST) -- 2.47.2