Sylvain Beucler <[EMAIL PROTECTED]> writes:

> Here's a test program:
>   #include <string.h>
>   #include <SDL.h>
>   int main(void)
>   {
>     printf("sizeof(Sint8) = %d\n", sizeof(Sint8));
>     printf("sizeof(int8_t) = %d\n", sizeof(int8_t));
>     printf("sizeof(unsigned char) = %d\n", sizeof(unsigned char));
>   }

I don't know if that's the problem here, but as I understand it,
#include <config.h> should always be at the top of any source
file that is going to use Gnulib.
-- 
Ben Pfaff 
http://benpfaff.org



Reply via email to