1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +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:
Michael Gran 2023-06-20 15:22:21 -07:00
parent 0e20c0c8c6
commit 0f2125e66f

View file

@ -24,6 +24,8 @@
/* ASYNC_TICK after finding EINTR in order to handle pending signals, if
any. See comment in scm_syserror. */
#include "async.h"
#define SCM_SYSCALL(line) \
do \
{ \