summaryrefslogtreecommitdiff
path: root/www/tidy-devel/files/patch-ab
blob: d178ef5b3673f4c68d43d75259585e7972f9913c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- platform.h.orig	Sat Nov 13 23:41:32 1999
+++ platform.h	Sat Nov 13 23:42:40 1999
@@ -17,17 +17,17 @@
   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
-*/
 
+#include <sys/types.h>
 #include <ctype.h>
 #include <stdio.h>
 #include <setjmp.h>  /* for longjmp on error exit */
 #include <stdlib.h>
 #include <stdarg.h>  /* may need <varargs.h> for Unix V */
 #include <string.h>
-#include <malloc.h>
 #include <assert.h>
 
 #ifdef SUPPORT_GETPWNAM