ports/graphics/ctl/patches/patch-lib_dpx_dpx_util_cc

12 lines
268 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- 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 {