PERFORCE change 177888 for review

Garrett Cooper gcooper at FreeBSD.org
Fri May 7 08:03:34 UTC 2010


http://p4web.freebsd.org/@@177888?ac=10

Change 177888 by gcooper at gcooper-bayonetta on 2010/05/07 08:02:39

	Fix a missing header include.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/add/main.c#8 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/add/main.c#8 (text+ko) ====

@@ -25,6 +25,7 @@
 #include <sys/utsname.h>
 #include <err.h>
 #include <getopt.h>
+#include <libgen.h>
 
 #include <pkg.h>
 #include "add.h"


More information about the p4-projects mailing list