summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-09 08:05:27 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-09 08:05:27 +0000
commit5c9130aaa397370431b95c9354574a91d9816a4c (patch)
tree003f15f99fb44728902c7c59c66245dc973d83c9 /ext
parentc232911e1c62671ae2ef05dd486e4158d18611be (diff)
* ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/tcltklib/stubs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/tcltklib/stubs.c b/ext/tcltklib/stubs.c
index 9709aca3fb..80b8bd7167 100644
--- a/ext/tcltklib/stubs.c
+++ b/ext/tcltklib/stubs.c
@@ -4,6 +4,7 @@
#include "ruby.h"
#if defined _WIN32 || defined __CYGWIN__
+# include "util.h"
# include <windows.h>
typedef HINSTANCE DL_HANDLE;
# define DL_OPEN LoadLibrary