diff options
Diffstat (limited to 'textproc/domc/files/patch-src::expatls.c')
-rw-r--r-- | textproc/domc/files/patch-src::expatls.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/domc/files/patch-src::expatls.c b/textproc/domc/files/patch-src::expatls.c new file mode 100644 index 000000000000..352ebde3c041 --- /dev/null +++ b/textproc/domc/files/patch-src::expatls.c @@ -0,0 +1,10 @@ +--- src/expatls.c.orig Thu Dec 20 19:00:30 2001 ++++ src/expatls.c Sun Dec 30 11:34:02 2001 +@@ -25,6 +25,7 @@ + /* expatls.c - DOM_DocumentLS + */ + ++#include <sys/types.h> + #include <stdlib.h> + #include <limits.h> + #include <ctype.h> |