Skip to content

Commit

Permalink
[ruby/fiddle] Include stdbool.h explicitly for old Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
kou authored and hsbt committed Nov 8, 2023
1 parent 2a6d6d3 commit c19ea10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/fiddle/closure.c
@@ -1,4 +1,5 @@
#include <fiddle.h>
#include <stdbool.h>
#include <ruby/thread.h>

int ruby_thread_has_gvl_p(void); /* from internal.h */
Expand Down

0 comments on commit c19ea10

Please sign in to comment.