1
Fork 0
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:
Kevin Ryde 2004-03-31 01:59:02 +00:00
parent 434f2f7a91
commit bb94a503ca

View file

@ -23,6 +23,7 @@
#endif
#include <errno.h>
#include <signal.h> /* for SIG constants */
#include <stdlib.h> /* for getenv */
#include "libguile/_scm.h"