void-packages/srcpkgs/urlview/patches/glibc-missing-include.patch

12 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