guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/03: Add missing include for strncmp()


From: Daniel Llorens
Subject: [Guile-commits] 01/03: Add missing include for strncmp()
Date: Mon, 27 Jan 2020 16:49:09 -0500 (EST)

lloda pushed a commit to branch wip-exception-truncate
in repository guile.

commit 321fc5b6b86f8f4d0b447d572bf90b9152974b15
Author: Daniel Llorens <address@hidden>
AuthorDate: Mon Jan 27 14:39:23 2020 +0100

    Add missing include for strncmp()
---
 guile-readline/readline.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guile-readline/readline.c b/guile-readline/readline.c
index 9ee6403..b6e290b 100644
--- a/guile-readline/readline.c
+++ b/guile-readline/readline.c
@@ -27,6 +27,7 @@
 
 #ifdef HAVE_RL_GETC_FUNCTION
 #include <stdio.h>
+#include <string.h>
 #include <unistd.h>
 #include <sys/time.h>
 #include <sys/select.h>



reply via email to

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