423c3c3277
in PR pkg/9532.
17 lines
500 B
Text
17 lines
500 B
Text
$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 */
|