pkgsrc-wip/gurlchecker/patches/patch-aa
Juan Romero Pardines d6fbabfb95 Initial import of gurlchecker 0.4.1
gURLChecker is a C/GNOME2 tool that can check links on a single web page
or on a whole web site in order to determine the validity of each page.

--
http://www.nongnu.org/gurlchecker/
2003-06-24 05:05:21 +00:00

16 lines
361 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2003/06/24 05:05:21 xtraeme Exp $
--- src/utils.c.orig 2003-06-24 07:03:04.000000000 +0200
+++ src/utils.c 2003-06-24 07:04:09.000000000 +0200
@@ -17,6 +17,11 @@
* Boston, MA 02111-1307, USA.
*/
+#if defined(__FreeBSD__) || defined(__NetBSD__)
+#include <sys/param.h>
+#include <sys/mount.h>
+#endif
+
#include "utils.h"