From 94caf2cee5c03e037c465648eac8cb1dd32c7c73 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 28 Apr 2017 11:16:35 +0000 Subject: Always pair skalibs/nsig.h with skalibs/nonposix.h (and screw NSIG with a chainsaw) --- src/include/skalibs/nsig.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/include') 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 #include #define SKALIBS_NSIG 65 -- cgit v1.2.3