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
This commit is contained in:
Jeff Johnston 2011-01-05 17:21:23 +00:00
parent a8b560b15d
commit 973929f99e
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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
2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/Makefile.am (SUBDEFS): Remove redundant posix/stmp-def.

View File

@ -25,6 +25,7 @@
#include <_ansi.h>
#include <stdarg.h>
#include <stdint.h>
#include <sys/param.h>
/* avoid including stdio header here */

View File

@ -51,6 +51,7 @@
#include <assert.h>
#include <unistd.h>
#include <errno.h>
#include <limits.h>
#include <rpc/types.h>
#include <rpc/xdr.h>