From: Roy Marples Date: Tue, 1 Oct 2019 15:01:37 +0000 (+0100) Subject: control.h needs stdbool.h to compile X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff6c13b67faa3e8f2f8a256023fedabf9b99553d;p=thirdparty%2Fdhcpcd.git control.h needs stdbool.h to compile --- 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)