diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-04-28 11:16:35 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-04-28 11:16:35 +0000 |
commit | 94caf2cee5c03e037c465648eac8cb1dd32c7c73 (patch) | |
tree | 3e059edc0066bcda00e397f5b80eb7c85c7d460b /src/include | |
parent | dfca03df0761c526bba84af0baa37ac9dbb5b42d (diff) | |
download | skalibs-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.h | 6 |
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 |