From 8f5865e25163ca82b9608af58498e72f038f593f Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 24 Nov 2009 12:26:06 +0000 Subject: * error.c: include errno.h at beginning. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'error.c') diff --git a/error.c b/error.c index 55834a3cd8..3fcd18478d 100644 --- a/error.c +++ b/error.c @@ -18,6 +18,8 @@ #ifdef HAVE_STDLIB_H #include #endif +#include + #ifndef EXIT_SUCCESS #define EXIT_SUCCESS 0 #endif @@ -374,8 +376,6 @@ rb_check_typeddata(VALUE obj, const rb_data_type_t *data_type) } /* exception classes */ -#include - VALUE rb_eException; VALUE rb_eSystemExit; VALUE rb_eInterrupt; -- cgit v1.2.3