summaryrefslogtreecommitdiff
path: root/ext/socket
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-28 01:36:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-28 01:36:09 +0000
commit1510ad86c4c8ab2e28387b8a8327a752f062782e (patch)
treefecc13da56a960c4e9ebef10c5d22e3ceff696c3 /ext/socket
parent61b3acd568e057074dea5007a8eb6dfa55b1cbc4 (diff)
* include/ruby/subst.h: moved Windows specific substitions from
win32.h. * ext/socket/rubysocket.h: include ruby/subst.h. [Bug #5675] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/socket')
-rw-r--r--ext/socket/rubysocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/socket/rubysocket.h b/ext/socket/rubysocket.h
index 3e2f6c9565..d6f990eed9 100644
--- a/ext/socket/rubysocket.h
+++ b/ext/socket/rubysocket.h
@@ -4,6 +4,7 @@
#include "ruby/ruby.h"
#include "ruby/io.h"
#include "ruby/util.h"
+#include "ruby/subst.h"
#include "internal.h"
#include <stdio.h>
#include <sys/types.h>