summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/_scm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/_scm.h b/libguile/_scm.h
index 1ee482b35..0a1c3f4fe 100644
--- a/libguile/_scm.h
+++ b/libguile/_scm.h
@@ -79,6 +79,7 @@
#include "libguile/snarf.h" /* Everyone snarfs. */
#include "libguile/variable.h"
#include "libguile/modules.h"
+#include "libguile/inline.h"
/* SCM_SYSCALL retries system calls that have been interrupted (EINTR).
However this can be avoided if the operating system can restart