14 lines
345 B
Plaintext
14 lines
345 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 2002/08/20 00:39:55 fredb Exp $
|
|
|
|
--- src/URLParse.c.orig Fri Sep 8 08:29:18 2000
|
|
+++ src/URLParse.c
|
|
@@ -8,7 +8,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/param.h> /* MAXPATHLEN is defined here on Solaris */
|
|
-#ifdef linux
|
|
+#if defined(linux) || defined(NETBSD)
|
|
#include <unistd.h>
|
|
#endif
|
|
|