summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-04-28 09:59:26 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-04-28 09:59:26 +0000
commit3d480e3f202fc895fc7d36bcf94c654765f647dd (patch)
treedf7754b2d34491f87b02cbc45e6719b19764733e /src
parent880d31d1bbc0ee82a7bfae2423f27592ca507cff (diff)
downloadskalibs-3d480e3f202fc895fc7d36bcf94c654765f647dd.tar.xz
OpenBSD doesn't export a proper NSIG without __BSD_VISIBLE. Ah, OpenBSD.
Diffstat (limited to 'src')
-rw-r--r--src/include/skalibs/nsig.h1
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