Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/graphics/ampasCTL/files/patch-lib__dpx__dpx_util.cc
16124 views
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