Data type problem

Ralf Corsepius ralf.corsepius at rtems.org
Tue Oct 16 14:11:14 UTC 2007


On Tue, 2007-10-16 at 14:18 +0000, Stéphane ARQUER wrote:
> I succeeded to compile with
> #include <sys/types.h>
sys/types.h doesn't contain any fixed size types.

You want to include <stdint.h> and nothing else.

Ralf








More information about the users mailing list