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 | f2d249c3a60b482da654214c1b275b825244e7d2 (patch) | |
| tree | 3b7ba6fcd802de9cb52fd96f2f3c0448814bc3fa | |
| parent | 4fe386b7feefe15cb4a8ab6f99551c119e397175 (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> |
