summaryrefslogtreecommitdiffstats
path: root/network/urlview/patches/include-fix.diff
blob: f4708e337a8aa0df78ffaab643ebd56e4206d37f (plain)
--- 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