summaryrefslogtreecommitdiff
path: root/print/lgrind/patches/patch-af
blob: c901493ec9f6aa5cfc4cf3e6a24f0f983e1987d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1 2007/08/08 19:50:55 joerg Exp $

--- regexp.c.orig	2007-08-08 19:31:27.000000000 +0000
+++ regexp.c
@@ -23,7 +23,7 @@ static char Version[] =
 
 
 #include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <ctype.h>
 #include <string.h>
 #include "regexp.h"