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