diff options
-rw-r--r-- | CHANGELOG.txt | 4 | ||||
-rw-r--r-- | zap/include/zap/bs.h | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 16b886c..5d39064 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +# 1B.0.1 + +* Fix CSys still being included; + # 1B.0.0 * Move C++ facilities to their own headers; diff --git a/zap/include/zap/bs.h b/zap/include/zap/bs.h index 7193195..482f20d 100644 --- a/zap/include/zap/bs.h +++ b/zap/include/zap/bs.h @@ -7,9 +7,7 @@ #ifndef zap_priv_hdr_bs #define zap_priv_hdr_bs -// C99: long long - -#include <csys.h> +// C99: long long #include <zap/sys.h> |