[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Data type problem
- Date: Tue, 16 Oct 2007 15:16:12 +0000
- From: stephane.arquer at c-s.fr (Stéphane ARQUER)
- Subject: Data type problem
Le 16/10/2007, "Ralf Corsepius" <ralf.corsepius at rtems.org> a ?crit:
>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.
<stdint.h> was already included but some types required by rpc/rpc.h were
not present like u_int u_long etc... (the BSDTYPES definition ).
It seems to work for me !
>
>Ralf
>
-------------------------------------------------
St?phane ARQUER
CSSI - Division A?ronautique, Logiciels Embarqu?s
email: stephane.arquer at c-s.fr
-------------------------------------------------