summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2002-09-05 20:47:35 +0000
committerHan-Wen Nienhuys <hanwen@lilypond.org>2002-09-05 20:47:35 +0000
commit5bd4a949e87dce0abf8d140e2d9f2ca4ce808727 (patch)
treeda0befce7b6f037be9adb4e39abeb713d4ca4553
parent61ef9c1fa379e9682326d8ee32fc5ab1d08bf0e7 (diff)
downloadguile-5bd4a949e87dce0abf8d140e2d9f2ca4ce808727.tar.gz
include <stdio.h>
-rw-r--r--libguile/ChangeLog2
-rw-r--r--libguile/gc-freelist.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 80a2299c8..8d984443f 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,5 +1,7 @@
2002-09-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+ * gc-freelist.c: include <stdio.h>
+
* gc-malloc.c: add DEBUGINFO for mtrigger GCs.
2002-09-01 Marius Vollmer <mvo@zagadka.ping.de>
diff --git a/libguile/gc-freelist.c b/libguile/gc-freelist.c
index c885ceaf1..8425a6eea 100644
--- a/libguile/gc-freelist.c
+++ b/libguile/gc-freelist.c
@@ -40,6 +40,7 @@
* If you do not wish that, delete this exception notice. */
#include <assert.h>
+#include <stdio.h>
#include "libguile/private-gc.h"
#include "libguile/gc.h"