summaryrefslogtreecommitdiffstats
path: root/network/urlview/patches/include-fix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'network/urlview/patches/include-fix.diff')
-rw-r--r--network/urlview/patches/include-fix.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/urlview/patches/include-fix.diff b/network/urlview/patches/include-fix.diff
new file mode 100644
index 0000000000..f4708e337a
--- /dev/null
+++ b/network/urlview/patches/include-fix.diff
@@ -0,0 +1,11 @@
+--- urlview.c
++++ urlview.c
+@@ -40,6 +40,8 @@
+ #include <fcntl.h>
+ #include <sys/stat.h>
+
++#include "quote.h"
++
+ #ifdef HAVE_REGEX_H
+ #include <regex.h>
+ #else