[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] [ANNOUNCE] First Leafnode-2.0 beta version



krasel@xxxxxxxxxxxxxxxxxxxxxxxxxxxx (Cornelius Krasel) writes:

> I found it out by trial and error. "size_t" is not defined at this
> stage yet. It is only defined when stdio.h has been included.

Wrong. size_t is in <sys/types.h>, it's a side effect you get it from
stdio.h. You must include <sys/types.h> directly if you want to use
size_t to prevent breaking things should that file happen to not depend
on stdio any more.

-- 
Matthias Andree

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list