summaryrefslogtreecommitdiffstats
path: root/generic/regex.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-01-31 00:20:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-01-31 00:20:59 (GMT)
commitba6805a340d02c987ab075a0b9cd0c799f279441 (patch)
treef6fa856abeb8108e1a588f714f802829655bee43 /generic/regex.h
parent4dfcbbea544e672812bc7d4de3b7571e14cccc22 (diff)
parent7f3416400096e5498584c1ee4cad6b110314a936 (diff)
downloadtcl-8_5_with_8_6_regexp.zip
tcl-8_5_with_8_6_regexp.tar.gz
tcl-8_5_with_8_6_regexp.tar.bz2
Minor clean-ups (e.g. turn back const -> CONST, as common in 8.5 branch)8_5_with_8_6_regexp
Diffstat (limited to 'generic/regex.h')
-rw-r--r--generic/regex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/regex.h b/generic/regex.h
index b5b11bd..04a0d76 100644
--- a/generic/regex.h
+++ b/generic/regex.h
@@ -1,5 +1,8 @@
#ifndef _REGEX_H_
#define _REGEX_H_ /* never again */
+
+#include "tclInt.h"
+
/*
* regular expressions
*