Fixes [Bug #19732]. Add missing stdint.h header to event.h.
This commit is contained in:
parent
ba0bcc5203
commit
b943e9c7b9
Notes:
git
2023-06-17 06:48:22 +00:00
@ -23,6 +23,10 @@
|
|||||||
#include "ruby/internal/dllexport.h"
|
#include "ruby/internal/dllexport.h"
|
||||||
#include "ruby/internal/value.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.*/
|
/* These macros are not enums because they are wider than int.*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user