Files
2010-01-29 14:27:55 +00:00

11 lines
240 B
Diff

--- tcLexRE.c.orig 2010-01-27 16:00:02.000000000 -0500
+++ tcLexRE.c 2010-01-27 16:00:38.000000000 -0500
@@ -1,3 +1,7 @@
+#ifndef HAVE_UNISTD_H
+#define HAVE_UNISTD_H
+#endif
+
#include <tcl.h>
#include <tclInt.h>
#include <tclRegexp.h>