diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2011-01-05 17:21:23 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2011-01-05 17:21:23 +0000 |
commit | 973929f99ec7dca9f610904903f6afc1f5b202b2 (patch) | |
tree | ec6f074f676777c524acf1c1588f22374231db7b /newlib/libc/xdr/xdr_rec.c | |
parent | a8b560b15d57476953beff34a852582ae98436bc (diff) | |
download | cygnal-973929f99ec7dca9f610904903f6afc1f5b202b2.tar.gz cygnal-973929f99ec7dca9f610904903f6afc1f5b202b2.tar.bz2 cygnal-973929f99ec7dca9f610904903f6afc1f5b202b2.zip |
2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/xdr/xdr_private.h: Include <stdint.h>
* libc/xdr/xdr_rec.c: Include limits.h
Diffstat (limited to 'newlib/libc/xdr/xdr_rec.c')
-rw-r--r-- | newlib/libc/xdr/xdr_rec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/xdr/xdr_rec.c b/newlib/libc/xdr/xdr_rec.c index f2fafadb1..eef4c4871 100644 --- a/newlib/libc/xdr/xdr_rec.c +++ b/newlib/libc/xdr/xdr_rec.c @@ -51,6 +51,7 @@ #include <assert.h> #include <unistd.h> #include <errno.h> +#include <limits.h> #include <rpc/types.h> #include <rpc/xdr.h> |