freebsd-ports/mail/p3scan/files/patch-scanner_sample.c
Edwin Groothuis 525c4b2b27 update mail/p3scan from 1.0.2 to 2.1
PR:		ports/84137
Submitted by:	dawnshade <h-k@mail.ru>
2005-07-29 00:42:28 +00:00

14 lines
281 B
C

--- scanner_sample.c.orig Fri Jul 29 10:08:05 2005
+++ scanner_sample.c Fri Jul 29 10:08:37 2005
@@ -31,10 +31,10 @@
*/
#include <stdio.h>
-#include <malloc.h>
#include <sys/un.h>
#include <sys/socket.h>
+#include <stdlib.h>
/* we need p3scan.h */
#include "p3scan.h"