This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] xdr is missing includes


On 01/03/2011 02:19 AM, Ralf Corsepius wrote:
Hi,

libc/xdr doesn't compile for rtems.

The cause apparently is missing includes:
- libc/xdr/xdr_private.h applies uint32_t
but doesn't include <stdint.h>

- libc/xdr/xdr_rec.c applies INT_MAX and LONG_MAX
but doesn't include <limits.h>

Patch enclosed below.

Ralf

Patch applied.


-- Jeff J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]