summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches/patch-src_trace_siox.cpp
blob: c7f4aacddd2f3d8f4fe0c04c43a18ed52ee727c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-src_trace_siox.cpp,v 1.2 2014/07/29 07:03:27 adam Exp $

Fix compilation with clang/libc++.

--- src/trace/siox.cpp.orig	2014-06-09 13:24:41.000000000 +0000
+++ src/trace/siox.cpp
@@ -9,6 +9,7 @@
 
 #include <math.h>
 #include <stdarg.h>
+#include <stdlib.h>
 #include <map>
 #include <algorithm>
 #include <cstdlib>