aboutsummaryrefslogtreecommitdiffstats
path: root/dfa.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-01-18 12:21:15 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-01-18 12:21:15 +0200
commit3cdd8ae6ecd0fef578c1a4b7a8bbc706266a6677 (patch)
tree6b9770b28f6f8ad7a4c13bb856bd661b4c425d03 /dfa.h
parent2f1ed731851b5883b41e6e5dfadc73c6f47eda7c (diff)
parent2d1a7927d6d83e406597e12bca21311eb99343e4 (diff)
downloadegawk-3cdd8ae6ecd0fef578c1a4b7a8bbc706266a6677.tar.gz
egawk-3cdd8ae6ecd0fef578c1a4b7a8bbc706266a6677.tar.bz2
egawk-3cdd8ae6ecd0fef578c1a4b7a8bbc706266a6677.zip
Merge branch 'gawk-4.0-stable'
Diffstat (limited to 'dfa.h')
-rw-r--r--dfa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dfa.h b/dfa.h
index 96dd4b86..7d29ce2e 100644
--- a/dfa.h
+++ b/dfa.h
@@ -18,6 +18,9 @@
/* Written June, 1988 by Mike Haertel */
+#include <regex.h>
+#include <stddef.h>
+
/* Element of a list of strings, at least one of which is known to
appear in any R.E. matching the DFA. */
struct dfamust