diff options
Diffstat (limited to 'devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-volume-ops.c')
-rw-r--r-- | devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-volume-ops.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-volume-ops.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-volume-ops.c new file mode 100644 index 000000000000..dc1259ac425f --- /dev/null +++ b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-volume-ops.c @@ -0,0 +1,10 @@ +--- libgnomevfs/gnome-vfs-volume-ops.c.orig Wed Dec 14 22:20:23 2005 ++++ libgnomevfs/gnome-vfs-volume-ops.c Wed Dec 14 22:20:43 2005 +@@ -25,6 +25,7 @@ + + #include <sys/types.h> + #include <errno.h> ++#include <signal.h> + #include <string.h> + #include <stdlib.h> + #include <glib.h> |