18 Oct
2007
18 Oct
'07
5:14 p.m.
On Thu, Oct 18, 2007 at 01:32:40PM +0200, Jan Stary wrote:
colors.h:8: error: syntax error before "a_Color_parse" colors.h:8: error: syntax error before "int32_t" colors.h:8: warning: type defaults to `int' in declaration of `a_Color_parse' colors.h:8: warning: data definition has no type or storage class [...]
Simply including <sys/types.h> in color.h makes it compile happily.
Does it work with <stdint.h> ? -- Cheers Jorge.-