Skip to content

Commit

Permalink
Added stdarg.h include to ruby.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed May 13, 2015
1 parent 81e5794 commit a4673b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion spec/ruby/optional/capi/ext/string_spec.c
@@ -1,5 +1,4 @@
#include <string.h>
#include <stdarg.h>

#include "ruby.h"
#include "rubyspec.h"
Expand Down
1 change: 1 addition & 0 deletions vm/include/capi/ruby/ruby.h
Expand Up @@ -30,6 +30,7 @@ extern "C" {

// A number of extensions expect these to be already included
#include <sys/time.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
Expand Down

0 comments on commit a4673b9

Please sign in to comment.