diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-07-28 08:12:01 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-07-28 08:12:01 +0000 |
commit | 51b6bfb0119356c689fbacf4c399e3e1816dec47 (patch) | |
tree | 286ad90fa3120cdcef2b52d6a55df8eb48d5aeaf /missing/langinfo.c | |
parent | e53a60147ba68ab98fbe7a078b43311274d59f00 (diff) |
* missing/*.c: include missing.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing/langinfo.c')
-rw-r--r-- | missing/langinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/missing/langinfo.c b/missing/langinfo.c index 6373afd0f5..04633c1b90 100644 --- a/missing/langinfo.c +++ b/missing/langinfo.c @@ -32,6 +32,7 @@ * http://www.cl.cam.ac.uk/~mgk25/ucs/langinfo.c */ +#include "ruby/missing.h" #include <stdlib.h> #include <string.h> #if defined _WIN32 || defined __CYGWIN__ |