mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Add missing #include in syscalls.h
SCM_SYSCALL uses scm_async_tick. * libguile/syscalls.h: include async.h
This commit is contained in:
parent
0e20c0c8c6
commit
0f2125e66f
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
||||||
|
|
||||||
/* ASYNC_TICK after finding EINTR in order to handle pending signals, if
|
/* ASYNC_TICK after finding EINTR in order to handle pending signals, if
|
||||||
any. See comment in scm_syserror. */
|
any. See comment in scm_syserror. */
|
||||||
|
#include "async.h"
|
||||||
|
|
||||||
#define SCM_SYSCALL(line) \
|
#define SCM_SYSCALL(line) \
|
||||||
do \
|
do \
|
||||||
{ \
|
{ \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue