diff options
author | 卜部昌平 <[email protected]> | 2019-12-04 10:55:55 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2019-12-26 20:45:12 +0900 |
commit | 1dd149d3b1e46f21b0c358fdf205e97ac009bb40 () | |
tree | 93baad2b7a2499b3f3b49a9e67e6a6e899b49de9 /internal.h | |
parent | b739a63eb41f52d33c33f87ebc44dcf89762cc37 (diff) |
re-add io.h and encoding.h into internal.h
This is tentative. For the sake of simplicity we partially revert commits e9cb552ec96, ee85a6e72b and 51edb300425. Will decouple them once again when we are ready.
Notes: Merged: https://.com/ruby/ruby/pull/2711
-rw-r--r-- | internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ extern "C" { #endif #endif #include "internal/stdbool.h" #include "internal/bits.h" |