1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Add missing include for strncmp()

This commit is contained in:
Daniel Llorens 2020-01-27 14:39:23 +01:00
parent 0fee413ff8
commit 321fc5b6b8

View file

@ -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>