Skip to content

Commit

Permalink
Make sure size_t is defined in Thread.c
Browse files Browse the repository at this point in the history
Fixes #609
  • Loading branch information
larskanis committed Jun 1, 2018
1 parent eba81d9 commit 9826399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/ffi_c/Thread.c
Expand Up @@ -27,6 +27,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include <stddef.h>
#ifndef _MSC_VER
#include <stdbool.h>
#else
Expand Down

1 comment on commit 9826399

@swissspidy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.