summaryrefslogtreecommitdiff
path: root/www/tidy/patches/patch-ab
blob: db3294d35eb0c3abf733e7178e68fb2d427f8ada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.2 2000/03/28 17:22:20 tron Exp $

--- platform.h.orig	Thu Jan 13 21:19:19 2000
+++ platform.h	Fri Mar  3 12:52:05 2000
@@ -17,10 +17,10 @@
   It enables tidy to find config files named ~/.tidyrc
   and ~your/.tidyrc etc if the HTML_TIDY environment
   variable is not set. Contributed by Todd Lewis.
-
-#define SUPPORT_GETPWNAM
 */
+#define SUPPORT_GETPWNAM
 
+#include <sys/types.h>
 #include <ctype.h>
 #include <stdio.h>
 #include <setjmp.h>  /* for longjmp on error exit */