24 May
2009
24 May
'09
3:07 p.m.
Answering myself: On Sun, May 24, 2009 at 01:47:20PM +0100, Jeremy Henty wrote:
I don't have uint32_t. Which header should include it?
It's stdint.h , which is on my system and correctly found by autoconf. /* Define to 1 if you have the <stdint.h> header file. */ #define HAVE_STDINT_H 1 Patch attached. But what happens if HAVE_STDINT_H is undefined? Regards, Jeremy Henty