diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-11-25 15:03:28 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-11-25 15:03:28 +0000 |
commit | 0f633e66839f3cf89f7cf7f3eb16bffb1498b8bc (patch) | |
tree | 1941e27a31205cad62bc9aea9c42e7a8ebe098ea /libguile/_scm.h | |
parent | 6253f3f1d9c79a9da71acaf5f997802af110fbeb (diff) | |
download | guile-0f633e66839f3cf89f7cf7f3eb16bffb1498b8bc.tar.gz |
Include "libguile/inline.h".
Diffstat (limited to 'libguile/_scm.h')
-rw-r--r-- | libguile/_scm.h | 1 |
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 |