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 5ef0b7c2bb..3d97eebd3b 100644
--- a/st.c
+++ b/st.c
@@ -7,7 +7,7 @@
#include <stdlib.h>
#include "st.h"
-#ifdef NT
+#if defined(NT) || defined(_WIN32_WCE)
#include <malloc.h>
#endif