From 7b19f3f446786bd50951a1e9f8ec97bedb68a279 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Thu, 13 May 2021 14:49:17 -0400 Subject: shell_cmds: use libiosexec --- shell_cmds/xargs/Makefile | 2 ++ shell_cmds/xargs/xargs.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'shell_cmds/xargs') diff --git a/shell_cmds/xargs/Makefile b/shell_cmds/xargs/Makefile index 58d417a..a316efb 100644 --- a/shell_cmds/xargs/Makefile +++ b/shell_cmds/xargs/Makefile @@ -1,4 +1,6 @@ PROG= xargs SRCS= strnsubst.c xargs.c +LDADD+=-liosexec + .include diff --git a/shell_cmds/xargs/xargs.c b/shell_cmds/xargs/xargs.c index a1ee480..1b71a6d 100644 --- a/shell_cmds/xargs/xargs.c +++ b/shell_cmds/xargs/xargs.c @@ -65,6 +65,8 @@ __FBSDID("$FreeBSD$"); #include #include +#include + #include "pathnames.h" #ifdef __APPLE__ -- cgit v1.2.3-56-ge451