summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2019-06-25 18:59:09 (GMT)
committersebres <sebres@users.sourceforge.net>2019-06-25 18:59:09 (GMT)
commit9392d9001aff32b293b587f531e08a54f534b2c2 (patch)
treec4fd3f25a0cd517b170a643bfb43dc0cf3a76bab /win/tclWinFile.c
parente113eb82e5799ffdf46e075ac6eaf0b4a950a7f3 (diff)
downloadtcl-9392d9001aff32b293b587f531e08a54f534b2c2.zip
tcl-9392d9001aff32b293b587f531e08a54f534b2c2.tar.gz
tcl-9392d9001aff32b293b587f531e08a54f534b2c2.tar.bz2
restore userenv, used in 8.6
Diffstat (limited to 'win/tclWinFile.c')
-rwxr-xr-xwin/tclWinFile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c
index 49f85cb..2f35d4a 100755
--- a/win/tclWinFile.c
+++ b/win/tclWinFile.c
@@ -17,6 +17,7 @@
#include <winioctl.h>
#include <shlobj.h>
#include <lm.h> /* For TclpGetUserHome(). */
+#include <userenv.h> /* For TclpGetUserHome(). */
#include <aclapi.h> /* For GetNamedSecurityInfo */
#ifdef _MSC_VER