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:
parent
a8b560b15d
commit
973929f99e
|
@ -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.
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <_ansi.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
/* avoid including stdio header here */
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
#include <assert.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <rpc/types.h>
|
||||
#include <rpc/xdr.h>
|
||||
|
|
Loading…
Reference in New Issue