Skip to content

Commit

Permalink
Fixes [Bug #19732]. Add missing stdint.h header to event.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
itarato authored and nobu committed Jun 17, 2023
1 parent ba0bcc5 commit b943e9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/ruby/internal/event.h
Expand Up @@ -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.*/

/**
Expand Down

0 comments on commit b943e9c

Please sign in to comment.