summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-04-05 21:15:58 +0000
committerjstebbins <[email protected]>2011-04-05 21:15:58 +0000
commit2f430db550d8afd3c9ee61c57c1966541d4de8cf (patch)
tree011592021596d8a990f297f2a83266f69f9fcf41
parent6c75ac124c15e395e3e8b004a188d262d8d3b692 (diff)
LinGui: fix build error on mingw
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3904 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--gtk/src/callbacks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c
index f9b4afac6..b27f1a824 100644
--- a/gtk/src/callbacks.c
+++ b/gtk/src/callbacks.c
@@ -23,6 +23,8 @@
#include <glib/gstdio.h>
#include <gio/gio.h>
+#include "ghbcompat.h"
+
#if !defined(_WIN32)
#include <poll.h>
#define G_UDEV_API_IS_SUBJECT_TO_CHANGE 1
@@ -33,8 +35,6 @@
#include <netinet/in.h>
#include <netdb.h>
-#include "ghbcompat.h"
-
#if !defined(_NO_UPDATE_CHECK)
#if defined(_OLD_WEBKIT)
#include <webkit.h>