dhclient(8): add missing include

stdbool is technically needed, though we can get away without it due to
header pollution.

MFC after:	3 days
This commit is contained in:
Alan Somers 2018-01-12 04:26:40 +00:00
parent d03890153d
commit 066ebd56c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327862

View File

@ -45,6 +45,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <stdbool.h>
#include "dhcpd.h"
#include "dhctoken.h"