Apply BlueZeniX's patch for OpenSolaris compatibility. Fixes #158.

This commit is contained in:
Christian Kamm
2009-01-04 15:49:28 +01:00
parent 955df981f8
commit e7f750aee1
12 changed files with 57 additions and 4 deletions

View File

@@ -13,6 +13,10 @@
#include <string.h>
#include <assert.h>
#if (defined (__SVR4) && defined (__sun))
#include <alloca.h>
#endif
#if _MSC_VER || __MINGW32__
#include <malloc.h>
#endif