Date: Sun, 20 Sep 2015 03:56:58 +0000 (UTC) From: Craig Rodrigues <rodrigc@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288007 - head/lib/libc/gen Message-ID: <201509200356.t8K3uweX068198@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509200356.t8K3uweX068198>