From: Ryan Lortie Date: Tue, 20 Jul 2010 14:45:52 +0000 (-0400) Subject: Move #include down X-Git-Tag: 2.25.12~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66388120d23a2fcec345874cc1a6259c08a6ef38;p=platform%2Fupstream%2Fglib.git Move #include down Until after we include the glib stuff, so that we have G_OS_UNIX defined. For some reason pulls in on Fedora so this wasn't a problem, but many others have reported the issue. --- diff --git a/gio/gdbusaddress.c b/gio/gdbusaddress.c index 39fc3bb..46d108a 100644 --- a/gio/gdbusaddress.c +++ b/gio/gdbusaddress.c @@ -24,9 +24,6 @@ #include #include -#ifdef G_OS_UNIX -#include -#endif #include #include @@ -44,6 +41,7 @@ #ifdef G_OS_UNIX #include +#include #endif #include "glibintl.h"