diff options
author | nectar <nectar@FreeBSD.org> | 2003-02-27 13:40:01 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-02-27 13:40:01 +0000 |
commit | 0d65b541d4b09e3c91112b5b2ffe0efa9a390a55 (patch) | |
tree | 205498ba7f9a56de737c44c088026af3e03556ca /lib/libc/rpc/svc_run.c | |
parent | ae8811433e5eff867ac6b45eb3e972f8b0c6310c (diff) | |
download | FreeBSD-src-0d65b541d4b09e3c91112b5b2ffe0efa9a390a55.zip FreeBSD-src-0d65b541d4b09e3c91112b5b2ffe0efa9a390a55.tar.gz |
Eliminate 19 warnings in libc (at level WARNS=2) of the
`implicit declaration of function' variety.
Diffstat (limited to 'lib/libc/rpc/svc_run.c')
-rw-r--r-- | lib/libc/rpc/svc_run.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/rpc/svc_run.c b/lib/libc/rpc/svc_run.c index adacadb..8b65475 100644 --- a/lib/libc/rpc/svc_run.c +++ b/lib/libc/rpc/svc_run.c @@ -51,6 +51,7 @@ __FBSDID("$FreeBSD$"); #include "un-namespace.h" #include <rpc/rpc.h> +#include "rpc_com.h" void svc_run() |