diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/skalibs/stat.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/skalibs/stat.h b/src/include/skalibs/stat.h index ac13e54..54984c8 100644 --- a/src/include/skalibs/stat.h +++ b/src/include/skalibs/stat.h @@ -4,9 +4,10 @@ #define SKALIBS_STAT_H /* - This header must always be paired with skalibs/nonposix.h + This header must always be paired with skalibs/bsdsnowflake.h (which must always come first). - If you #include <sys/stat.h> before this, it will not work. + If you #include <sys/stat.h> before bsdsnowflake, the + workaround will not work. */ #include <skalibs/sysdeps.h> |