bug-gnulib
[Top][All Lists]
Advanced

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

Re: Recommended headers include order


From: Ben Pfaff
Subject: Re: Recommended headers include order
Date: Thu, 10 Jan 2008 16:58:20 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Sylvain Beucler <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]