diff options
Diffstat (limited to 'libguile/stackchk.c')
-rw-r--r-- | libguile/stackchk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/stackchk.c b/libguile/stackchk.c index aece69e8b..fffdc6444 100644 --- a/libguile/stackchk.c +++ b/libguile/stackchk.c @@ -46,6 +46,7 @@ #include <stdio.h> #include "_scm.h" +#include "ports.h" #include "stackchk.h" |