ports/graphics/ctl/patches/patch-lib_dpx_dpx_util_cc

11 lines
268 B
Text

--- lib/dpx/dpx_util.cc.orig Sun Aug 7 21:02:08 2016
+++ lib/dpx/dpx_util.cc Sun Aug 7 21:03:31 2016
@@ -55,7 +55,7 @@
#include "dpx_util.hh"
#include <stdarg.h>
#include <stdio.h>
-#include <alloca.h>
+#include <stdlib.h>
#include <string.h>
namespace ctl {