aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-09-19 08:06:48 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-09-19 08:06:48 +0000
commita09c8e438beefd4171416a7f0deb0f7ccef88d1b (patch)
tree983c446512bc26a2723c915739303dcac0da1570 /usr.sbin/pkg_install/create
parent096f9ef53b08c9e982d7026efbd4567a5ba0fd03 (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/create')
-rw-r--r--usr.sbin/pkg_install/create/perform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index 252a4570cd1c..30678bbb2838 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.c
@@ -27,6 +27,7 @@ static const char rcsid[] =
#include "create.h"
#include <err.h>
+#include <libgen.h>
#include <signal.h>
#include <sys/syslimits.h>
#include <sys/wait.h>