mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
f594cd6879
PR: 55832 Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer)
12 lines
241 B
C
12 lines
241 B
C
--- source/regexp.c.orig Fri Mar 28 10:09:46 2003
|
|
+++ source/regexp.c Fri Mar 28 10:10:13 2003
|
|
@@ -56,7 +56,7 @@
|
|
|
|
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <ctype.h>
|
|
#include <string.h>
|
|
#include "regexp.h"
|