mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
Add missing include to adapt to recent merge from master
* libguile/r6rs-ports.c: Add syscalls.h include for scm_from_off_t.
This commit is contained in:
parent
41100f7786
commit
0d00164f8a
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
#include "smob.h"
|
||||
#include "strings.h"
|
||||
#include "symbols.h"
|
||||
#include "syscalls.h"
|
||||
#include "values.h"
|
||||
#include "vectors.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue