mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Include <signal.h> for SIG_IGN and friends.
This commit is contained in:
parent
434f2f7a91
commit
bb94a503ca
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <signal.h> /* for SIG constants */
|
||||
#include <stdlib.h> /* for getenv */
|
||||
|
||||
#include "libguile/_scm.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue