]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gnome/gnome-vfs-dbus/glib-after-nameser.patch
updated familiar to use dbus 0.94. That caused also the update of modules using DBUS...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gnome / gnome-vfs-dbus / glib-after-nameser.patch
1 --- trunk/libgnomevfs/gnome-vfs-resolve.c.orig  2006-02-08 19:18:43.000000000 +0100
2 +++ trunk/libgnomevfs/gnome-vfs-resolve.c       2006-02-08 19:21:42.000000000 +0100
3 @@ -23,7 +23,6 @@
4  
5  #include <errno.h>
6  #include <string.h>
7 -#include <glib.h>
8  #ifndef G_OS_WIN32
9  /* Keep <sys/types.h> above the network includes for FreeBSD. */
10  #include <sys/types.h>
11 @@ -48,6 +47,7 @@
12  #define RELOAD_TIMEVAL 2
13  #endif
14  
15 +#include <glib.h>
16  #include <glib-object.h>
17  
18  #include <libgnomevfs/gnome-vfs-resolve.h>