diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-13 15:40:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-13 15:40:09 +0000 |
commit | 02ad680f00857164c5608d2156690989341bb395 (patch) | |
tree | 62d34b621d6e6b12dd2ef20dbff9b4ca9817ee3e /lib/libc | |
parent | c13ded5f52ab2a7423de47325b245938aa5f80f9 (diff) |
bring in proto
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/rpc/rpc_dtablesize.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/rpc_dtablesize.c b/lib/libc/rpc/rpc_dtablesize.c index 7c06210235a..ff8d7a814ab 100644 --- a/lib/libc/rpc/rpc_dtablesize.c +++ b/lib/libc/rpc/rpc_dtablesize.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_dtablesize.c,v 1.8 2010/09/01 14:43:34 millert Exp $ */ +/* $OpenBSD: rpc_dtablesize.c,v 1.9 2013/11/13 15:40:08 deraadt Exp $ */ /* * Copyright (c) 2010, Oracle America, Inc. @@ -33,6 +33,7 @@ #include <unistd.h> #include <sys/types.h> +#include <rpc/rpc.h> /* * Cache the result of getdtablesize(), so we don't have to do an |