comparison libpurple/protocols/qq/qq_network.c @ 28647: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 9ab9e5f1eec2
children 351d07aefb09
comparison
equal deleted inserted replaced
28646:9feec7d1d95c 28647:f1437342cc0e
20 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
23 */ 23 */
24 24
25 #include "internal.h"
25 #include "cipher.h" 26 #include "cipher.h"
26 #include "debug.h" 27 #include "debug.h"
27 #include "internal.h"
28 28
29 #include "buddy_info.h" 29 #include "buddy_info.h"
30 #include "group_info.h" 30 #include "group_info.h"
31 #include "group_internal.h" 31 #include "group_internal.h"
32 #include "qq_crypt.h" 32 #include "qq_crypt.h"