summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2014-07-01 20:47:02 +0200
committerArmin Rigo <arigo@tunes.org>2014-07-01 20:47:02 +0200
commitbcd44b1777bae12e740e95d01f334364f0faeb57 (patch)
tree5c74657befd527c487455beb4c9b85915f624645
parent7237bc6b6522fdafa0b28ec31e8d095b39ac394d (diff)
downloadcffi-bcd44b1777bae12e740e95d01f334364f0faeb57.tar.gz
Add malloc.h, needed for alloca() in this file.
-rw-r--r--c/misc_win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/misc_win32.h b/c/misc_win32.h
index 1033b78..47f9ea4 100644
--- a/c/misc_win32.h
+++ b/c/misc_win32.h
@@ -1,3 +1,4 @@
+#include <malloc.h> /* for alloca() */
/************************************************************/
/* errno and GetLastError support */