mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
1e2b05a042
PR: 12525 Submitted by: maintainer
18 lines
461 B
Plaintext
18 lines
461 B
Plaintext
--- platform.h.orig Mon Jun 28 07:22:09 1999
|
|
+++ platform.h Wed Jun 30 23:17:07 1999
|
|
@@ -4,13 +4,13 @@
|
|
See tidy.c for the copyright notice.
|
|
*/
|
|
|
|
+#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>
|
|
|
|
#define ACCESS_URL "http://www.w3.org/WAI/GL"
|