diff options
Diffstat (limited to 'include/ruby/defines.h')
-rw-r--r-- | include/ruby/defines.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ruby/defines.h b/include/ruby/defines.h index 375e039d4b..eb25d6e3eb 100644 --- a/include/ruby/defines.h +++ b/include/ruby/defines.h @@ -135,6 +135,9 @@ extern "C" { #ifdef HAVE_STDINT_H # include <stdint.h> #endif +#ifdef HAVE_STDALIGN_H +# include <stdalign.h> +#endif #ifdef HAVE_UNISTD_H # include <unistd.h> #endif |