diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-02-26 12:15:16 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-02-26 12:15:16 +0000 |
commit | 7e866cd6335fea743d7636dff22bc96d5dd11c1a (patch) | |
tree | 87d82b8d12d8c45f3d0b7a02f6de2d7c0df31bc5 /net-misc/urlview/files | |
parent | Ebuild for .17 (diff) | |
download | historical-7e866cd6335fea743d7636dff22bc96d5dd11c1a.tar.gz historical-7e866cd6335fea743d7636dff22bc96d5dd11c1a.tar.bz2 historical-7e866cd6335fea743d7636dff22bc96d5dd11c1a.zip |
70254
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-misc/urlview/files')
-rw-r--r-- | net-misc/urlview/files/include-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/urlview/files/include-fix.patch b/net-misc/urlview/files/include-fix.patch new file mode 100644 index 000000000000..c948a2355435 --- /dev/null +++ b/net-misc/urlview/files/include-fix.patch @@ -0,0 +1,11 @@ +--- urlview.c.orig 2005-02-06 17:10:54.000000000 +0100 ++++ urlview.c 2005-02-06 17:57:06.998290062 +0100 +@@ -40,6 +40,8 @@ + #include <fcntl.h> + #include <sys/stat.h> + ++#include "quote.h" ++ + #ifdef HAVE_REGEX_H + #include <regex.h> + #else |