diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-17 15:23:03 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-17 15:23:03 +0000 |
commit | 003d1fd0462541a64f24c58c55ae71af5afd67d4 (patch) | |
tree | ff52ba845c74853eded138c2213c932c939140e2 /libguile/eval.c | |
parent | 0fa27efa4ad4a3ef35fa38c268ca2052809acf12 (diff) | |
download | guile-003d1fd0462541a64f24c58c55ae71af5afd67d4.tar.gz |
Only include vectors.h in those files, where it is actually needed.
Diffstat (limited to 'libguile/eval.c')
-rw-r--r-- | libguile/eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/eval.c b/libguile/eval.c index 9652637b1..8e13f062f 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -95,6 +95,7 @@ char *alloca (); #include "objects.h" #include "feature.h" #include "modules.h" +#include "vectors.h" #include "validate.h" #include "eval.h" |