Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/graphics/ampasCTL/files/patch-lib_IlmCtl_CtlExc.cpp
16124 views
1
--- lib/IlmCtl/CtlExc.cpp.orig 2014-06-03 01:11:24 UTC
2
+++ lib/IlmCtl/CtlExc.cpp
3
@@ -53,9 +53,9 @@
4
///////////////////////////////////////////////////////////////////////////
5
6
#include <CtlExc.h>
7
+#include <cstdlib>
8
#include <stdarg.h>
9
#include <stdio.h>
10
-#include <alloca.h>
11
#include <string.h>
12
13
namespace Ctl {
14
15