ports/graphics/ctl/patches/patch-lib_IlmCtl_CtlExc_cpp

12 lines
269 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- lib/IlmCtl/CtlExc.cpp.orig Sun Aug 7 21:04:25 2016
+++ lib/IlmCtl/CtlExc.cpp Sun Aug 7 21:04:48 2016
@@ -55,7 +55,7 @@
#include <CtlExc.h>
#include <stdarg.h>
#include <stdio.h>
-#include <alloca.h>
+#include <stdlib.h>
#include <string.h>
namespace Ctl {