From 888d06be019e63f6243e5d86c4ead9bb116acc30 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 15 Oct 2003 00:32:44 +0000 Subject: * ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning. * ext/syck/syck.h: include stdio.h for definition of FILE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/syck/syck.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/syck/syck.h') diff --git a/ext/syck/syck.h b/ext/syck/syck.h index 7497576483..bd5c65858b 100644 --- a/ext/syck/syck.h +++ b/ext/syck/syck.h @@ -16,6 +16,7 @@ #define SYCK_VERSION "0.41" #define YAML_DOMAIN "yaml.org,2002" +#include #include "st.h" #if defined(__cplusplus) -- cgit v1.2.3