pkgsrc/print/lgrind/patches/patch-af

14 lines
294 B
Text
Raw Normal View History

2007-08-08 21:48:13 +02:00
$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"