freebsd-ports/mail/masqmail-devel/files/patch-peopen.c
Kirill Ponomarev a3c62e4a02 Fix build warnings.
PR:		ports/69984
Submitted by:	maintainer
2004-08-04 10:09:34 +00:00

10 lines
237 B
C

--- src/peopen.c.old Wed Aug 4 03:51:30 2004
+++ src/peopen.c Wed Aug 4 03:52:43 2004
@@ -6,6 +6,7 @@
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
+#include <stdlib.h>
#include "peopen.h"
#include "sysexits.h"