diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-04-28 11:18:41 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-04-28 11:18:41 +0000 |
commit | 94f621bc7233e9fdbdfacdcd036de3210c3f9b0b (patch) | |
tree | a19873b675a4120a63edf57c4185ae0b4a78bc77 | |
parent | e2278183632ea9c9fccb12ba39095746dcef72a8 (diff) | |
download | execline-94f621bc7233e9fdbdfacdcd036de3210c3f9b0b.tar.xz |
trap.c: explicitly include skalibs/nonposix.h for proper NSIG definition on, you guessed it, the BSDs!
-rw-r--r-- | src/execline/trap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/execline/trap.c b/src/execline/trap.c index 5ea82f0..be84bda 100644 --- a/src/execline/trap.c +++ b/src/execline/trap.c @@ -1,5 +1,6 @@ /* ISC license. */ +#include <skalibs/nonposix.h> #include <string.h> #include <strings.h> #include <errno.h> |