1 2 3 4 5 6 7 8 9 10 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