Windows will not include <alloca.h>.

This commit is contained in:
James Chen 2014-03-26 19:43:34 +08:00
parent d9b4b70ed7
commit 8ca714fa67
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
#include <stdio.h>
#include <string.h>
#ifndef WIN32
#include <alloca.h>
#endif
#include "chipmunk_private.h"
#if DEBUG && 0