diff options
author | Thomas Markwalder <tmark@isc.org> | 2017-10-19 13:21:18 -0400 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2017-10-19 13:21:18 -0400 |
commit | e39b4193964c666e36e02787681da4deb2346398 (patch) | |
tree | eb837d1df1baea08887c6f452c2f04a50791d22e /common | |
parent | 6bc5ad88db24fa66b317b76ddb2a7c18e5747a5d (diff) | |
download | isc-dhcp-e39b4193964c666e36e02787681da4deb2346398.tar.gz |
[master] Added include of isc/util.h as needed
Merges in 46332.
Diffstat (limited to 'common')
-rw-r--r-- | common/execute.c | 1 | ||||
-rw-r--r-- | common/parse.c | 1 | ||||
-rw-r--r-- | common/socket.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/common/execute.c b/common/execute.c index 6a756172..a33cec85 100644 --- a/common/execute.c +++ b/common/execute.c @@ -27,6 +27,7 @@ */ #include "dhcpd.h" +#include <isc/util.h> #include <omapip/omapip_p.h> #include <sys/types.h> #include <sys/wait.h> diff --git a/common/parse.c b/common/parse.c index 8b218c6a..3ac4ebf7 100644 --- a/common/parse.c +++ b/common/parse.c @@ -27,6 +27,7 @@ */ #include "dhcpd.h" +#include <isc/util.h> #include <syslog.h> struct collection default_collection = { NULL, "default", NULL }; diff --git a/common/socket.c b/common/socket.c index 24b5848e..89ae046b 100644 --- a/common/socket.c +++ b/common/socket.c @@ -35,6 +35,7 @@ */ #include "dhcpd.h" +#include <isc/util.h> #include <errno.h> #include <sys/ioctl.h> #include <sys/uio.h> |