]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile
authorRoy Marples <roy@marples.name>
Tue, 16 Apr 2019 21:45:13 +0000 (22:45 +0100)
committerRoy Marples <roy@marples.name>
Tue, 16 Apr 2019 21:45:13 +0000 (22:45 +0100)
src/sa.c

index 495b599b5b3eb35d6a63e6dfdb204b6d2f56ec85..5eea04106eaf23c6c7b116b65236bbed9dba06ea 100644 (file)
--- a/src/sa.c
+++ b/src/sa.c
@@ -37,6 +37,7 @@
 
 #include <assert.h>
 #include <errno.h>
+#include <stdbool.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdint.h>