summaryrefslogtreecommitdiff
path: root/graphics/sodipodi/patches/patch-ag
blob: b27969eb0a409c06fcedf4c370162a190cdf7399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.1 2007/08/08 21:31:29 joerg Exp $

--- src/helper/bezier-utils.c.orig	2007-08-08 20:58:39.000000000 +0000
+++ src/helper/bezier-utils.c
@@ -22,7 +22,7 @@
 #define notBEZIER_DEBUG
 
 #include <math.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <assert.h>
 
 #include <libnr/nr-macros.h>