summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1999-01-11 07:40:01 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1999-01-11 07:40:01 +0000
commita5cae3f309320df640fb8df3221a0359a0fd8ac3 (patch)
tree1a30710443aeb19f81282c6e6986cadafe0165fb
parent922363f51a74be1b1622e4a5625ade18e042d032 (diff)
downloadguile-a5cae3f309320df640fb8df3221a0359a0fd8ac3.tar.gz
Added #include "feature.h"
-rw-r--r--libguile/sort.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/sort.c b/libguile/sort.c
index be29e6710..f5e3a3f65 100644
--- a/libguile/sort.c
+++ b/libguile/sort.c
@@ -80,6 +80,7 @@ char *alloca ();
#include "unif.h"
#include "ramap.h"
#include "alist.h"
+#include "feature.h"
#include "sort.h"