summaryrefslogtreecommitdiff
path: root/libguile/objects.c
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-03-17 16:10:13 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-03-17 16:10:13 +0000
commitf04d8caf82e152771946f648850a4f612e59c41d (patch)
tree0ac513c6ac4625567ea4109e84e821fa9b19519c /libguile/objects.c
parent003d1fd0462541a64f24c58c55ae71af5afd67d4 (diff)
downloadguile-f04d8caf82e152771946f648850a4f612e59c41d.tar.gz
Only include ports.h where it is actually needed.
Diffstat (limited to 'libguile/objects.c')
-rw-r--r--libguile/objects.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/objects.c b/libguile/objects.c
index 3cb7aea48..37e64974b 100644
--- a/libguile/objects.c
+++ b/libguile/objects.c
@@ -58,6 +58,7 @@
#include "smob.h"
#include "eval.h"
#include "alist.h"
+#include "ports.h"
#include "vectors.h"
#include "validate.h"