]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
control.h needs stdbool.h to compile
authorRoy Marples <roy@marples.name>
Tue, 1 Oct 2019 15:01:37 +0000 (16:01 +0100)
committerRoy Marples <roy@marples.name>
Tue, 1 Oct 2019 15:01:37 +0000 (16:01 +0100)
src/control.h

index e52343dba140339838c047628ddd3bfc82b50043..d9f77daa5c0265f41c12bc5f76e253fd9907369d 100644 (file)
@@ -29,6 +29,8 @@
 #ifndef CONTROL_H
 #define CONTROL_H
 
+#include <stdbool.h>
+
 #include "dhcpcd.h"
 
 #if !defined(CTL_FREE_LIST)