diff options
-rw-r--r-- | error.c | 33 |
1 files changed, 23 insertions, 10 deletions
@@ -9,27 +9,40 @@ **********************************************************************/ -#include "ruby/encoding.h" -#include "ruby/st.h" -#include "internal.h" -#include "ruby_assert.h" -#include "vm_core.h" -#include "builtin.h" -#include <stdio.h> #include <stdarg.h> #ifdef HAVE_STDLIB_H -#include <stdlib.h> #endif -#include <errno.h> #ifdef HAVE_UNISTD_H -#include <unistd.h> #endif #if defined __APPLE__ # include <AvailabilityMacros.h> #endif /*! * \defgroup exception Exception handlings * \{ |