diff options
Diffstat (limited to 'libguile/_scm.h')
-rw-r--r-- | libguile/_scm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/_scm.h b/libguile/_scm.h index 3ffdc64c4..ec9839d80 100644 --- a/libguile/_scm.h +++ b/libguile/_scm.h @@ -75,6 +75,8 @@ switching at async ticks. */ #endif #include "libguile/snarf.h" /* Everyone snarfs. */ +#include "libguile/variable.h" +#include "libguile/modules.h" /* SCM_SYSCALL retries system calls that have been interrupted (EINTR). However this can be avoided if the operating system can restart |