void-packages/srcpkgs/urlview/patches/glibc-missing-include.patch
Liam Howley cd67da1598 New package: urlview-0.9
Closes: #7069 [via git-merge-pr]
2017-08-15 18:59:05 +02:00

11 lines
238 B
Diff

--- 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