summaryrefslogtreecommitdiff
path: root/www/tdom/files/patch-generic-tclexpat.c
blob: c50370e289e280a1d544346d2df8809e8c62ba92 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- ../generic/tclexpat.c	2007-08-07 13:54:16.000000000 -0400
+++ ../generic/tclexpat.c	2008-02-14 14:35:48.000000000 -0500
@@ -43,4 +43,6 @@
 #ifdef _MSC_VER
 #include <io.h>
+#else
+#include <unistd.h>	/* read() and close() live there */
 #endif