diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/skalibs/nonposix.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/skalibs/nonposix.h b/src/include/skalibs/nonposix.h index 56a428a..7f064d5 100644 --- a/src/include/skalibs/nonposix.h +++ b/src/include/skalibs/nonposix.h @@ -53,7 +53,8 @@ #endif - /* old versions of BSD: system headers are not self-contained, + /* old versions of BSD and some broken GNU toolchains: + system headers are not self-contained, starting with sys/types.h normally always works. */ #include <sys/types.h> |