mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@63207 d073be05-634f-4543-b044-5fe20cf6d1d6
11 lines
240 B
Diff
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>
|