Index: lib/dpx/dpx_util.cc
--- lib/dpx/dpx_util.cc.orig
+++ lib/dpx/dpx_util.cc
@@ -58,7 +58,7 @@
 #ifdef _WIN32
 	#include <malloc.h>
 #else
-	#include <alloca.h>
+	#include <stdlib.h>
 #endif
 #include <string.h>
 
