guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 58/58: Add missing include to adapt to recent merge from


From: Andy Wingo
Subject: [Guile-commits] 58/58: Add missing include to adapt to recent merge from master
Date: Tue, 7 Aug 2018 06:58:39 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit 0d00164f8a56b865a0810cf5ed27a20683ae274e
Author: Andy Wingo <address@hidden>
Date:   Tue Aug 7 12:57:30 2018 +0200

    Add missing include to adapt to recent merge from master
    
    * libguile/r6rs-ports.c: Add syscalls.h include for scm_from_off_t.
---
 libguile/r6rs-ports.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libguile/r6rs-ports.c b/libguile/r6rs-ports.c
index 2ee0ed9..4c78a86 100644
--- a/libguile/r6rs-ports.c
+++ b/libguile/r6rs-ports.c
@@ -37,6 +37,7 @@
 #include "smob.h"
 #include "strings.h"
 #include "symbols.h"
+#include "syscalls.h"
 #include "values.h"
 #include "vectors.h"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]