diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-04-28 09:59:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-04-28 09:59:26 +0000 |
commit | 3d480e3f202fc895fc7d36bcf94c654765f647dd (patch) | |
tree | df7754b2d34491f87b02cbc45e6719b19764733e /src/include | |
parent | 880d31d1bbc0ee82a7bfae2423f27592ca507cff (diff) | |
download | skalibs-3d480e3f202fc895fc7d36bcf94c654765f647dd.tar.xz |
OpenBSD doesn't export a proper NSIG without __BSD_VISIBLE. Ah, OpenBSD.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/skalibs/nsig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/skalibs/nsig.h b/src/include/skalibs/nsig.h index f6bd240..a75f66d 100644 --- a/src/include/skalibs/nsig.h +++ b/src/include/skalibs/nsig.h @@ -2,6 +2,7 @@ #ifndef NSIG_H +#include <skalibs/nonposix.h> #include <signal.h> #define SKALIBS_NSIG 64 |