diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-03-31 01:59:02 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-03-31 01:59:02 +0000 |
commit | bb94a503ca9c9fd757e1cfd64ffe891676130025 (patch) | |
tree | d9279d40636d7245c2cd49d178659e0336856946 | |
parent | 434f2f7a91bccd9029e380030768115b1c976d06 (diff) | |
download | guile-bb94a503ca9c9fd757e1cfd64ffe891676130025.tar.gz |
Include <signal.h> for SIG_IGN and friends.
-rw-r--r-- | libguile/simpos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/simpos.c b/libguile/simpos.c index caeb753c4..5e6005448 100644 --- a/libguile/simpos.c +++ b/libguile/simpos.c @@ -23,6 +23,7 @@ #endif #include <errno.h> +#include <signal.h> /* for SIG constants */ #include <stdlib.h> /* for getenv */ #include "libguile/_scm.h" |