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/unif.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/unif.c')
-rw-r--r-- | libguile/unif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/unif.c b/libguile/unif.c index e15e242c2..65dc0c786 100644 --- a/libguile/unif.c +++ b/libguile/unif.c @@ -59,6 +59,7 @@ #include "smob.h" #include "strop.h" #include "feature.h" +#include "vectors.h" #include "validate.h" #include "unif.h" |