summaryrefslogtreecommitdiff
path: root/libpurple/debug.c
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2009-11-27 07:12:35 +0000
committerPaul Aurich <darkrain42@pidgin.im>2009-11-27 07:12:35 +0000
commitde2b15299041a62abb6ba66f8a5863f0b99da194 (patch)
treeb53d26bbb0f6f663de041bf0e81f59e9221eb2fb /libpurple/debug.c
parentd54952dca8ae20e97df51c00af1ba30d0d9fccb8 (diff)
downloadpidgin-de2b15299041a62abb6ba66f8a5863f0b99da194.tar.gz
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
Diffstat (limited to 'libpurple/debug.c')
-rw-r--r--libpurple/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/debug.c b/libpurple/debug.c
index 30b12fdb55..ca17f62bde 100644
--- a/libpurple/debug.c
+++ b/libpurple/debug.c
@@ -23,8 +23,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#include "debug.h"
#include "internal.h"
+#include "debug.h"
#include "prefs.h"
#include "util.h"