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/read.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/read.c')
-rw-r--r-- | libguile/read.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/read.c b/libguile/read.c index 26e7afe66..20fc903f8 100644 --- a/libguile/read.c +++ b/libguile/read.c @@ -54,6 +54,7 @@ #include "srcprop.h" #include "hashtab.h" #include "hash.h" +#include "vectors.h" #include "validate.h" #include "read.h" |