summaryrefslogtreecommitdiff
path: root/PC/w9xpopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'PC/w9xpopen.c')
-rw-r--r--PC/w9xpopen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/PC/w9xpopen.c b/PC/w9xpopen.c
index 8c063ac0c6..95fc277c88 100644
--- a/PC/w9xpopen.c
+++ b/PC/w9xpopen.c
@@ -14,9 +14,10 @@
* AKA solution to the problem described in KB: Q150956.
*/
-#define WINDOWS_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <stdio.h>
+#include <stdlib.h> /* for malloc and its friends */
const char *usage =
"This program is used by Python's os.popen function\n"