diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-18 09:16:48 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-18 09:16:48 +0000 |
commit | 28b3236d36f7747e6a722a1178fa40eb550b5636 (patch) | |
tree | ac46f2f44540a9bcb46038332a9c2c7b7315acfc /libguile/iselect.c | |
parent | ba11fd4cb6a150efc9464467ce1fc273b4f3e925 (diff) | |
download | guile-28b3236d36f7747e6a722a1178fa40eb550b5636.tar.gz |
Only include async.h where it is actually needed.
Diffstat (limited to 'libguile/iselect.c')
-rw-r--r-- | libguile/iselect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/iselect.c b/libguile/iselect.c index 0168d2e3c..6874da8ef 100644 --- a/libguile/iselect.c +++ b/libguile/iselect.c @@ -44,6 +44,7 @@ #include <string.h> #include "_scm.h" +#include "async.h" #include "iselect.h" |