Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/platform.rake
Original file line number Diff line number Diff line change
@@ -752,7 +752,7 @@ file 'runtime/platform.conf' => deps do |task|

Rubinius::FFI::Generators::Constants.new 'rbx.platform.signal' do |cg|
cg.include 'signal.h'
unless BUILD_CONFIG[:windows]
unless BUILD_CONFIG[:windows] or RUBY_PLATFORM.match(/linux-musl$/)
cg.include 'sys/signal.h'
end

1 change: 1 addition & 0 deletions vm/util/logger.cpp
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@
#include <time.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/file.h>

#include <zlib.h>

0 comments on commit 2920c9e

Please sign in to comment.