summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/skalibs/stat.h5
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>