summaryrefslogtreecommitdiff
path: root/finch/gntprefs.c
diff options
context:
space:
mode:
authorStu Tomlinson <nosnilmot@pidgin.im>2007-06-20 18:23:49 +0000
committerStu Tomlinson <nosnilmot@pidgin.im>2007-06-20 18:23:49 +0000
commita11dc481c10d0e3b76a806b05b7770ae5aeeaba6 (patch)
tree27382fbab6fab7d9dbb9cafca285369f680c6879 /finch/gntprefs.c
parent7c4fa8c1bd442a8cbf037e8481ba6ecabbd3ecb5 (diff)
downloadpidgin-a11dc481c10d0e3b76a806b05b7770ae5aeeaba6.tar.gz
#include reorganizations to allow compiling with glib < 2.8 using the
G_GNUC_NULL_TERMINATED define from internal.h
Diffstat (limited to 'finch/gntprefs.c')
-rw-r--r--finch/gntprefs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/finch/gntprefs.c b/finch/gntprefs.c
index 7d5be7d9ed..fd77f99a6f 100644
--- a/finch/gntprefs.c
+++ b/finch/gntprefs.c
@@ -22,10 +22,11 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include "finch.h"
+
#include <prefs.h>
#include <savedstatuses.h>
-#include "finch.h"
#include "gntprefs.h"
#include "gntrequest.h"