ports/devel/domc/files/patch-lib::expatls.c
Ying-Chieh Liao 36dbb43fb6 add domc
DOMC is a light weight implementation of the DOM in ANSI C
2001-10-09 05:44:38 +00:00

10 lines
232 B
C

--- 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>