mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
Link fix for MinGW.
This fixes libguile/threads.c:1502: undefined reference to `select_used_without_including_sys_select_h' * libguile/threads.c: Include sys/select.h.
This commit is contained in:
parent
af96820e07
commit
79ea1082d0
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h> /* for memset used by FD_ZERO on Solaris 10 */
|
||||
#include <sys/select.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/select.h> /* from Gnulib */
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue