summaryrefslogtreecommitdiffstats
path: root/encoding.c
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-10 13:25:34 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-10 13:25:34 +0000
commit7b468f35b925767013eed82edef8d3880e8050fe (patch)
tree91ef428aa34cd8e2677de37b0d9f066c42bc561c /encoding.c
parent10f59b57d23fef5a5f9de6ef7685a0846978f3f8 (diff)
downloadruby-7b468f35b925767013eed82edef8d3880e8050fe.tar.gz
ruby-7b468f35b925767013eed82edef8d3880e8050fe.tar.xz
ruby-7b468f35b925767013eed82edef8d3880e8050fe.zip
* encoding.c: include util.h. [ruby-dev:35715]
* common.mk: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/encoding.c b/encoding.c
index e0f2bc915..a6d0fcd3d 100644
--- a/encoding.c
+++ b/encoding.c
@@ -16,6 +16,7 @@
#ifdef HAVE_LANGINFO_H
#include <langinfo.h>
#endif
+#include "ruby/util.h"
static ID id_encoding, id_base_encoding;
VALUE rb_cEncoding;