From: ralf.corsepius at rtems.org (Ralf Corsepius)
Subject: Data type problem
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