summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/dcc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/dcc.c b/src/common/dcc.c
index 4e0f5ee9..77ef2903 100644
--- a/src/common/dcc.c
+++ b/src/common/dcc.c
@@ -45,6 +45,9 @@
 #include <unistd.h>
 #endif
 
+#include <glib.h>
+#include <glib/gstdio.h>
+
 #include "xchat.h"
 #include "util.h"
 #include "fe.h"
@@ -57,8 +60,6 @@
 #include "url.h"
 #include "xchatc.h"
 
-#include <glib/gstdio.h>
-
 #ifdef USE_DCC64
 #define BIG_STR_TO_INT(x) strtoull(x,NULL,10)
 #ifdef WIN32