diff finch/gntrequest.c @ 29255:97f04fd369a0

*** Plucked rev ea18c8ce78c0229a5b968aab268f38e9bcae0aee (8e1d807c1aadfb510e14f047d2cf00e0c06be465): Fix building finch & libgnt using older gcc or non-gcc compilers that do not understand G_GNUC_NULL_TERMINATED
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 08 Jan 2010 01:30:43 +0000
parents f7c5bb2f6623
children b258ffa87424
line wrap: on
line diff
--- a/finch/gntrequest.c	Thu Jan 07 23:51:10 2010 +0000
+++ b/finch/gntrequest.c	Fri Jan 08 01:30:43 2010 +0000
@@ -23,6 +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 <internal.h>
+
 #include <gnt.h>
 #include <gntbox.h>
 #include <gntbutton.h>
@@ -35,7 +37,6 @@
 #include <gnttree.h>
 
 #include "finch.h"
-#include <internal.h>
 #include "gntrequest.h"
 #include "debug.h"
 #include "util.h"