From b943e9c7b9d9cc8ba4bbf043414ab1ed4e1a8b5f Mon Sep 17 00:00:00 2001 From: Peter Arato Date: Wed, 14 Jun 2023 12:50:40 -0400 Subject: Fixes [Bug #19732]. Add missing stdint.h header to event.h. --- include/ruby/internal/event.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ruby/internal/event.h') diff --git a/include/ruby/internal/event.h b/include/ruby/internal/event.h index 04b137a193..aeedc6ad1f 100644 --- a/include/ruby/internal/event.h +++ b/include/ruby/internal/event.h @@ -23,6 +23,10 @@ #include "ruby/internal/dllexport.h" #include "ruby/internal/value.h" +#ifdef HAVE_STDINT_H +#include +#endif + /* These macros are not enums because they are wider than int.*/ /** -- cgit v1.2.3