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
commit977bf97db340c4f8ec63a43b780d91b1e9ab4443 (patch)
tree65784259db1c095eb794a79b2c00c1b92a5631fe /ext
parentba565bd6b393d2b11961e16b6f00d1e5ce2c397d (diff)
* ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@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