diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-07-31 14:50:18 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-07-31 14:50:18 +0000 |
| commit | 98ed5eaebf91627c4f34db8c1dfc294ff56974b0 (patch) | |
| tree | a6674136d3a48d2afc888d2144ec85c8395c8b3b | |
| parent | 34698c0b77a0c461f8a94bcff6e59bdd809a882a (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..57e91b3c62aa 100644 --- a/lib/libc/xdr/xdr_array.c +++ b/lib/libc/xdr/xdr_array.c @@ -42,6 +42,7 @@ static char *rcsid = "$FreeBSD$"; * arrays. See xdr.h for more info on the interface to xdr. */ +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |
