1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix build on -CURRENT.

PR:		40810
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
This commit is contained in:
Christian Weisgerber 2002-07-20 16:49:29 +00:00
parent 1135846b6f
commit 43b3dcc3cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63278
2 changed files with 26 additions and 8 deletions

View File

@ -1,6 +1,15 @@
--- html.h.orig Fri Aug 4 19:21:05 2000
+++ html.h Mon Nov 19 14:36:54 2001
@@ -380,6 +380,7 @@
--- html.h.orig Fri Aug 4 18:21:05 2000
+++ html.h Sat Jul 20 16:20:55 2002
@@ -4,6 +4,8 @@
See tidy.c for the copyright notice.
*/
+#include <sys/types.h>
+
/* indentation modes */
#define NO_INDENT 0
@@ -380,6 +382,7 @@
void FatalError(char *msg);
void FileError(FILE *fp, const char *file);
@ -8,7 +17,7 @@
Node *GetToken(Lexer *lexer, uint mode);
@@ -758,6 +759,7 @@
@@ -758,6 +761,7 @@
extern Bool Word2000;
extern Bool Emacs; /* sasdjb 01May00 GNU Emacs error output format */
extern Bool LiteralAttribs;

View File

@ -1,6 +1,15 @@
--- html.h.orig Fri Aug 4 19:21:05 2000
+++ html.h Mon Nov 19 14:36:54 2001
@@ -380,6 +380,7 @@
--- html.h.orig Fri Aug 4 18:21:05 2000
+++ html.h Sat Jul 20 16:20:55 2002
@@ -4,6 +4,8 @@
See tidy.c for the copyright notice.
*/
+#include <sys/types.h>
+
/* indentation modes */
#define NO_INDENT 0
@@ -380,6 +382,7 @@
void FatalError(char *msg);
void FileError(FILE *fp, const char *file);
@ -8,7 +17,7 @@
Node *GetToken(Lexer *lexer, uint mode);
@@ -758,6 +759,7 @@
@@ -758,6 +761,7 @@
extern Bool Word2000;
extern Bool Emacs; /* sasdjb 01May00 GNU Emacs error output format */
extern Bool LiteralAttribs;