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/procprop.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/procprop.c')
-rw-r--r-- | libguile/procprop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/procprop.c b/libguile/procprop.c index 5d562c5ed..19806c636 100644 --- a/libguile/procprop.c +++ b/libguile/procprop.c @@ -52,6 +52,7 @@ #include "procs.h" #include "gsubr.h" #include "objects.h" +#include "vectors.h" #include "validate.h" #include "procprop.h" |