summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1996-09-18 19:33:22 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1996-09-18 19:33:22 +0000
commitac46ab165a25e7d4e235f9ff84209bd13d6d354b (patch)
tree264fd1a68808fbe22d5de1cc79d78471f2a1d975
parentf23641a9d30553feb297e6eff13fe258c73f9ff4 (diff)
downloadguile-ac46ab165a25e7d4e235f9ff84209bd13d6d354b.tar.gz
* eval.c: Added #include "hash.h"
-rw-r--r--libguile/eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/eval.c b/libguile/eval.c
index daf09cf12..16ab9d5d9 100644
--- a/libguile/eval.c
+++ b/libguile/eval.c
@@ -67,6 +67,7 @@
#include "markers.h"
#include "procprop.h"
#include "hashtab.h"
+#include "hash.h"
#ifdef DEBUG_EXTENSIONS
#include "debug.h"