diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-01 06:37:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-01 06:37:30 +0000 |
commit | 99b36d315de16525a187d3d13b327275150b69f8 (patch) | |
tree | c0728886fa2c8ac6a88d2cf8f304da848353ca28 /devel/gnome-vfs1/files/patch-libgnomevfs::gnome-vfs-mime.h | |
parent | Update WWW. (diff) |
Update to 1.0.2.
Notes
Notes:
svn path=/head/; revision=48295
Diffstat (limited to 'devel/gnome-vfs1/files/patch-libgnomevfs::gnome-vfs-mime.h')
-rw-r--r-- | devel/gnome-vfs1/files/patch-libgnomevfs::gnome-vfs-mime.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/gnome-vfs1/files/patch-libgnomevfs::gnome-vfs-mime.h b/devel/gnome-vfs1/files/patch-libgnomevfs::gnome-vfs-mime.h new file mode 100644 index 000000000000..5dcbb6b3b5e6 --- /dev/null +++ b/devel/gnome-vfs1/files/patch-libgnomevfs::gnome-vfs-mime.h @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- libgnomevfs/gnome-vfs-mime.h 2001/09/17 14:13:01 1.1 ++++ libgnomevfs/gnome-vfs-mime.h 2001/09/17 14:13:16 +@@ -27,6 +27,7 @@ + #include <ctype.h> + #include <dirent.h> + #include <libgnomevfs/gnome-vfs-uri.h> ++#include <sys/types.h> + #include <regex.h> + #include <stdio.h> + #include <string.h> |