summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2010-07-14 20:19:31 +0000
committerAdrian Thurston <thurston@complang.org>2010-07-14 20:19:31 +0000
commit1911e987cba7e7f4b0ef3a4c1dcd378ccc35c0e7 (patch)
tree64282d838c54173f9385f779485989120235c2f0
parenta18c235d02055ddf269cb1d506ef128141c89bd1 (diff)
downloadcolm-1911e987cba7e7f4b0ef3a4c1dcd378ccc35c0e7.tar.gz
Added some missing headers.
-rw-r--r--colm/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/Makefile.in b/colm/Makefile.in
index 282e775f..57ebfdb2 100644
--- a/colm/Makefile.in
+++ b/colm/Makefile.in
@@ -67,7 +67,7 @@ RUNTIME_SRC = \
codevect.c pool.c string.c tree.c bytecode.c
RUNTIME_HDR = \
- bytecode.h config.h debug.h pool.h fsmrun.h map.h tree.h
+ bytecode.h config.h debug.h pool.h input.h fsmrun.h pdarun.h map.h tree.h
# Files in ALL_SRC that are generated.