1--- lib/dpx/dpx_util.cc.orig 2014-06-03 01:11:24 UTC 2+++ lib/dpx/dpx_util.cc 3@@ -55,8 +55,8 @@ 4 #include "dpx_util.hh" 5 #include <stdarg.h> 6 #include <stdio.h> 7-#include <alloca.h> 8 #include <string.h> 9+#include <stdlib.h> 10 11 namespace ctl { 12 13 14