diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-09 05:44:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-09 05:44:38 +0000 |
commit | 36dbb43fb6b7bdb5500ef4bdb0597ebeb6df9011 (patch) | |
tree | f6c1dd7123cbe50fda6cad2d4d8ce9f4cba967ab /textproc/domc/files/patch-lib::expatls.c | |
parent | seq no need (diff) |
add domc
DOMC is a light weight implementation of the DOM in ANSI C
Notes
Notes:
svn path=/head/; revision=48579
Diffstat (limited to 'textproc/domc/files/patch-lib::expatls.c')
-rw-r--r-- | textproc/domc/files/patch-lib::expatls.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/domc/files/patch-lib::expatls.c b/textproc/domc/files/patch-lib::expatls.c new file mode 100644 index 000000000000..5c318e611185 --- /dev/null +++ b/textproc/domc/files/patch-lib::expatls.c @@ -0,0 +1,10 @@ +--- lib/expatls.c.orig Tue Oct 9 13:28:19 2001 ++++ lib/expatls.c Tue Oct 9 13:28:07 2001 +@@ -24,6 +24,7 @@ + + /* expatls.c - DOM_DocumentLS + */ ++#include <sys/types.h> + #include <limits.h> + #include <ctype.h> + #include <stdio.h> |