Fix G_OS #ifdefs in gbusserver.c
authorManuel Bachmann <tarnyko@tarnyko.net>
Sun, 24 Nov 2013 03:51:21 +0000 (04:51 +0100)
committerManuel Bachmann <tarnyko@tarnyko.net>
Sun, 24 Nov 2013 03:51:21 +0000 (04:51 +0100)
commit1fb4b3b2bf30b6a74c1b161a0884a424f7211e33
treee43781b0836c6b4239a1a0d24df831314151ad8d
parent5efc038e0dc77459ee5258b76640da423ded458e
Fix G_OS #ifdefs in gbusserver.c

G_OS #ifdefs are only available once glibconfig.h has been
evaluated ; that is, after including glib headers.
Move this block down so it gets correctly evaluated.
gio/gdbusserver.c