summaryrefslogtreecommitdiff
path: root/eval_intern.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-08 08:03:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-08 08:03:19 +0000
commit1c22ef17053e096c18ed34e9772073c57ad3a7b5 (patch)
treebc4c7d00dae629a4915fa4b1d0c86a55e5b2d4f6 /eval_intern.h
parentb68b9ec6987acc0198124e5997f649ecd7f75dc7 (diff)
* configure.in (shutdown, sched_yield, pthread_attr_setinheritsched):
check for Haiku. * eval_intern.h, io.c, thread_pthread.c: use autoconfisticated results. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval_intern.h b/eval_intern.h
index 6fc0aecb3e..201604a5b9 100644
--- a/eval_intern.h
+++ b/eval_intern.h
@@ -75,7 +75,7 @@ char *strrchr(const char *, const char);
#include <unistd.h>
#endif
-#if defined(__BEOS__) && !defined(__HAIKU__)
+#ifdef HAVE_NET_SOCKET_H
#include <net/socket.h>
#endif