summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-02-10 08:44:05 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-02-10 08:44:05 +0000
commit3ab072c0dc748031816ebfbdccdc10fa4212a9db (patch)
tree1af982c2e02748e9f72146220e9f62d6c5728ff0 /hash.c
parentb2fa1cbeda1b7893910205f38733430f521c3744 (diff)
1.1b7 pre3
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@69 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/hash.c b/hash.c
index b355d0661e..b36cfa2317 100644
--- a/hash.c
+++ b/hash.c
@@ -14,9 +14,7 @@
#include "st.h"
#include "sig.h"
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
+#include <sys/types.h>
#include <sys/stat.h>
#ifndef HAVE_STRING_H