diff options
| author | Darren Reed <darrenr@FreeBSD.org> | 2002-07-31 14:47:02 +0000 |
|---|---|---|
| committer | Darren Reed <darrenr@FreeBSD.org> | 2002-07-31 14:47:02 +0000 |
| commit | 1279beffe82e90a390b22b9973f5a6aeb2b8936a (patch) | |
| tree | 538b1f5a87849eb669efeaf3ee42652421a984ba | |
| parent | 32e9c3c95d151ebc2ff4796101fcf4c7c3afbcfb (diff) | |
Notes
| -rw-r--r-- | lib/libc/xdr/xdr_array.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/xdr/xdr_array.c b/lib/libc/xdr/xdr_array.c index 7fb0552326d3..74fa8115abab 100644 --- a/lib/libc/xdr/xdr_array.c +++ b/lib/libc/xdr/xdr_array.c @@ -45,6 +45,7 @@ static char *rcsid = "$FreeBSD$"; #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <limits.h> #include <rpc/types.h> #include <rpc/xdr.h> |
