diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-18 08:44:04 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-18 08:44:04 +0000 |
commit | ba11fd4cb6a150efc9464467ce1fc273b4f3e925 (patch) | |
tree | b055080dcec5ba6d059b5d7ae406cd51da32e8a6 /libguile/stackchk.c | |
parent | 7ab3fdd51f6a34a77ff0d19c70b69d8cdfe71a11 (diff) |
Only include root.h where it is actually needed.
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 fffdc6444..b7fc61d37 100644 --- a/libguile/stackchk.c +++ b/libguile/stackchk.c @@ -47,6 +47,7 @@ #include <stdio.h> #include "_scm.h" #include "ports.h" +#include "root.h" #include "stackchk.h" |