X-Git-Url: https://git.cameronkatri.com/apple_cmds.git/blobdiff_plain/73ee5682ebb4865da9ba397b95bb81cf6ce073a6..7b19f3f446786bd50951a1e9f8ec97bedb68a279:/shell_cmds/xargs/xargs.c 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__