diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-17 16:10:13 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-17 16:10:13 +0000 |
commit | f04d8caf82e152771946f648850a4f612e59c41d (patch) | |
tree | 0ac513c6ac4625567ea4109e84e821fa9b19519c /libguile/root.c | |
parent | 003d1fd0462541a64f24c58c55ae71af5afd67d4 (diff) |
Only include ports.h where it is actually needed.
Diffstat (limited to 'libguile/root.c')
-rw-r--r-- | libguile/root.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/root.c b/libguile/root.c index 6a4b35c49..8b4ed1db0 100644 --- a/libguile/root.c +++ b/libguile/root.c @@ -53,6 +53,7 @@ #include "pairs.h" #include "throw.h" #include "fluids.h" +#include "ports.h" #include "root.h" |