summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-04 19:25:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-04 19:25:34 (GMT)
commita7e64736cfaf3c6e6d9444585f5b1f0dc9c52246 (patch)
treeafd9280b3be877f44c8d1451f23fb55941fdd79f /win
parentc832e7299f0a98026a8ef4cdba0de12c90685f6d (diff)
downloadtk-a7e64736cfaf3c6e6d9444585f5b1f0dc9c52246.zip
tk-a7e64736cfaf3c6e6d9444585f5b1f0dc9c52246.tar.gz
tk-a7e64736cfaf3c6e6d9444585f5b1f0dc9c52246.tar.bz2
Header file cleanup, backported from [bug6e8afe516d-87] branch
Diffstat (limited to 'win')
-rw-r--r--win/tkWinPort.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/tkWinPort.h b/win/tkWinPort.h
index f5ac68b..8cc5677 100644
--- a/win/tkWinPort.h
+++ b/win/tkWinPort.h
@@ -24,6 +24,7 @@
#include <wchar.h>
#include <io.h>
#include <stdlib.h>
+#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <malloc.h>