From 066ebd56c13b1599f1b3d67b3b77a9d70d648e75 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Fri, 12 Jan 2018 04:26:40 +0000 Subject: [PATCH] dhclient(8): add missing include stdbool is technically needed, though we can get away without it due to header pollution. MFC after: 3 days --- sbin/dhclient/parse.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/dhclient/parse.c b/sbin/dhclient/parse.c index 909fc87f72dc..4018f70f3a5d 100644 --- a/sbin/dhclient/parse.c +++ b/sbin/dhclient/parse.c @@ -45,6 +45,8 @@ #include __FBSDID("$FreeBSD$"); +#include + #include "dhcpd.h" #include "dhctoken.h"