summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-04-28 11:16:35 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-04-28 11:16:35 +0000
commit94caf2cee5c03e037c465648eac8cb1dd32c7c73 (patch)
tree3e059edc0066bcda00e397f5b80eb7c85c7d460b /src/include
parentdfca03df0761c526bba84af0baa37ac9dbb5b42d (diff)
downloadskalibs-94caf2cee5c03e037c465648eac8cb1dd32c7c73.tar.xz
Always pair skalibs/nsig.h with skalibs/nonposix.h (and screw NSIG with a chainsaw)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/skalibs/nsig.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/skalibs/nsig.h b/src/include/skalibs/nsig.h
index 2cecda9..040be2c 100644
--- a/src/include/skalibs/nsig.h
+++ b/src/include/skalibs/nsig.h
@@ -1,8 +1,12 @@
/* ISC license. */
+/*
+ This header MUST be paired with skalibs/nonposix.h
+ which must be included before system headers.
+*/
+
#ifndef NSIG_H
-#include <skalibs/nonposix.h>
#include <signal.h>
#define SKALIBS_NSIG 65