$NetBSD: patch-ad,v 1.1 2007/08/08 21:31:28 joerg Exp $

--- src/libnr/nr-pathops.c.orig	2007-08-08 20:56:24.000000000 +0000
+++ src/libnr/nr-pathops.c
@@ -20,7 +20,7 @@
 #define QROUND(v) (floor (QUANT * (v) + 0.5) / QUANT)
 
 #include <math.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <string.h>
 #include <assert.h>
 
