From 5fc4320ea24afec67d4e6d4032cc8ecb7857678b Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Thu, 13 May 2021 14:38:17 -0400 Subject: network_cmds: use libiosexec --- network_cmds/dnctl/Makefile | 2 ++ network_cmds/dnctl/dnctl.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/network_cmds/dnctl/Makefile b/network_cmds/dnctl/Makefile index 6cde7cc..7965631 100644 --- a/network_cmds/dnctl/Makefile +++ b/network_cmds/dnctl/Makefile @@ -1,6 +1,8 @@ PROG= dnctl MAN= dnctl.8 +LDADD+=-liosexec + BINDIR=/usr/sbin .include diff --git a/network_cmds/dnctl/dnctl.c b/network_cmds/dnctl/dnctl.c index 38cffe8..e8443f4 100644 --- a/network_cmds/dnctl/dnctl.c +++ b/network_cmds/dnctl/dnctl.c @@ -70,6 +70,8 @@ #include #include +#include + /* * Limit delay to avoid computation overflow */ -- cgit v1.2.3-56-ge451