Fixes [Bug #19732]. Add missing stdint.h header to event.h.

This commit is contained in:
Peter Arato 2023-06-14 12:50:40 -04:00 committed by Nobuyoshi Nakada
parent ba0bcc5203
commit b943e9c7b9
Notes: git 2023-06-17 06:48:22 +00:00

View File

@ -23,6 +23,10 @@
#include "ruby/internal/dllexport.h"
#include "ruby/internal/value.h"
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
/* These macros are not enums because they are wider than int.*/
/**