Author: rodrigc Date: Sun Sep 20 03:56:57 2015 New Revision: 288007 URL: https://svnweb.freebsd.org/changeset/base/288007
Log: Adding missing include to eliminate -Wmissing-prototypes warning Modified: head/lib/libc/gen/feature_present.c Modified: head/lib/libc/gen/feature_present.c ============================================================================== --- head/lib/libc/gen/feature_present.c Sun Sep 20 03:55:03 2015 (r288006) +++ head/lib/libc/gen/feature_present.c Sun Sep 20 03:56:57 2015 (r288007) @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include <sys/sysctl.h> #include <stdio.h> #include <stdlib.h> +#include <unistd.h> /* * Returns true if the named feature is present in the currently _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"