aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/testindex.c
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-03-26 19:23:28 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-03-26 19:23:28 +0800
commit69af2a1b0470d0df62f6b28e0e4c87465343198b (patch)
tree61fcc91fa733339a66032eaf7279c2ac66f5d6c6 /libibex/testindex.c
parent5fe6e035ed8d47b13d151ca556197f8832b18c81 (diff)
downloadgsoc2013-evolution-69af2a1b0470d0df62f6b28e0e4c87465343198b.tar
gsoc2013-evolution-69af2a1b0470d0df62f6b28e0e4c87465343198b.tar.gz
gsoc2013-evolution-69af2a1b0470d0df62f6b28e0e4c87465343198b.tar.bz2
gsoc2013-evolution-69af2a1b0470d0df62f6b28e0e4c87465343198b.tar.lz
gsoc2013-evolution-69af2a1b0470d0df62f6b28e0e4c87465343198b.tar.xz
gsoc2013-evolution-69af2a1b0470d0df62f6b28e0e4c87465343198b.tar.zst
gsoc2013-evolution-69af2a1b0470d0df62f6b28e0e4c87465343198b.zip
Header shuffling. Move glibc headers before gnome stuff. Same here. Added
2001-03-26 Kjartan Maraas <kmaraas@gnome.org> * disktail.c: Header shuffling. Move glibc headers before gnome stuff. * testindex.c: Same here. * wordindexmem.c: Added <string.h> and <stdlib.h> to quench warnings from newer gcc. svn path=/trunk/; revision=8938
Diffstat (limited to 'libibex/testindex.c')
-rw-r--r--libibex/testindex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libibex/testindex.c b/libibex/testindex.c
index a3b6a9ce03..d06ff842d5 100644
--- a/libibex/testindex.c
+++ b/libibex/testindex.c
@@ -1,9 +1,9 @@
/* Test code for libibex */
#include <stdio.h>
-#include <glib.h>
#include <errno.h>
#include <string.h>
+#include <glib.h>
#include "ibex_internal.h"
#ifdef ENABLE_THREADS