summaryrefslogtreecommitdiff
path: root/missing/crypt.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-28 08:12:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-28 08:12:01 +0000
commit51b6bfb0119356c689fbacf4c399e3e1816dec47 (patch)
tree286ad90fa3120cdcef2b52d6a55df8eb48d5aeaf /missing/crypt.c
parente53a60147ba68ab98fbe7a078b43311274d59f00 (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/crypt.c')
-rw-r--r--missing/crypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/missing/crypt.c b/missing/crypt.c
index d5a9281f77..f3d2084844 100644
--- a/missing/crypt.c
+++ b/missing/crypt.c
@@ -34,6 +34,7 @@
static char sccsid[] = "@(#)crypt.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
+#include "ruby/missing.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif