summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 3d97eebd3b..85391cac80 100644
--- a/st.c
+++ b/st.c
@@ -7,7 +7,7 @@
#include <stdlib.h>
#include "st.h"
-#if defined(NT) || defined(_WIN32_WCE)
+#ifdef _WIN32
#include <malloc.h>
#endif