comparison libpurple/protocols/silc/silc.c @ 29028:f1437342cc0e

Include 'internal.h' before all other headers to make some non-gcc compilers happy. This in particular impacts Solaris8, where the system headers set _FILE_OFFSET_BITS to 32, even when it's detected by the config scripts as 64. Refs #10523
author Paul Aurich <paul@darkrain42.org>
date Fri, 27 Nov 2009 07:12:35 +0000
parents f2c8dd7d4deb
children 2cb6ea4420a0
comparison
equal deleted inserted replaced
29027:9feec7d1d95c 29028:f1437342cc0e
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details. 16 GNU General Public License for more details.
17 17
18 */ 18 */
19 19
20 #include "internal.h"
20 #include "silc.h" 21 #include "silc.h"
21 #include "silcclient.h" 22 #include "silcclient.h"
22 #include "silcpurple.h" 23 #include "silcpurple.h"
23 #include "version.h" 24 #include "version.h"
24 #include "wb.h" 25 #include "wb.h"