diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2015-09-20 03:49:08 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2015-09-20 03:49:08 +0000 |
commit | 418ac8aebe151b78b32d075aa22f35f1e7d4a4ec (patch) | |
tree | 226cf571406a75899dbacbe203fda2cf69d7187b /lib | |
parent | 04f98ba6e2e2b168034a03f0e19876165fc4fde5 (diff) | |
download | FreeBSD-src-418ac8aebe151b78b32d075aa22f35f1e7d4a4ec.zip FreeBSD-src-418ac8aebe151b78b32d075aa22f35f1e7d4a4ec.tar.gz |
Add missing include to eliminate -Wmissing-prototypes warnings
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/__error.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/__error.c b/lib/libc/sys/__error.c index 28cc31d..8a065bf7 100644 --- a/lib/libc/sys/__error.c +++ b/lib/libc/sys/__error.c @@ -30,6 +30,8 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include "libc_private.h" + extern int errno; static int * |