mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
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:
parent
d03890153d
commit
066ebd56c1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327862
@ -45,6 +45,8 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "dhcpd.h"
|
||||
#include "dhctoken.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user