summaryrefslogtreecommitdiff
path: root/libguile/sort.c
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-03-17 15:23:03 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-03-17 15:23:03 +0000
commit003d1fd0462541a64f24c58c55ae71af5afd67d4 (patch)
treeff52ba845c74853eded138c2213c932c939140e2 /libguile/sort.c
parent0fa27efa4ad4a3ef35fa38c268ca2052809acf12 (diff)
downloadguile-003d1fd0462541a64f24c58c55ae71af5afd67d4.tar.gz
Only include vectors.h in those files, where it is actually needed.
Diffstat (limited to 'libguile/sort.c')
-rw-r--r--libguile/sort.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/sort.c b/libguile/sort.c
index 2b5e01ee5..70f6a1016 100644
--- a/libguile/sort.c
+++ b/libguile/sort.c
@@ -85,6 +85,7 @@ char *alloca ();
#include "ramap.h"
#include "alist.h"
#include "feature.h"
+#include "vectors.h"
#include "validate.h"
#include "sort.h"