summaryrefslogtreecommitdiff
path: root/devel/cgilib/files/patch-cgi.c
blob: ff6ed6251db611ad001dabd6649ffad00dc8a6f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cgi.c.orig	Sat Aug 21 01:14:07 1999
+++ cgi.c	Sun May  8 22:42:30 2005
@@ -31,7 +31,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <ctype.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <cgi.h>
 
 int cgiDebugLevel = 0;