pkgsrc/mail/mailagent/patches/patch-agent_pl_utmp_utmp__ph.c
obache c62820a614 * LICENSE=artistic
* using legacy module getopt.pl, add dependency on p5-Perl4-CoreLibs
* fixes some warnings of prototype mismatch.

Bump PKGREVISION from additional dependency.
2013-06-15 06:09:37 +00:00

13 lines
313 B
C

$NetBSD: patch-agent_pl_utmp_utmp__ph.c,v 1.1 2013/06/15 06:09:37 obache Exp $
--- agent/pl/utmp/utmp_ph.c.orig 2001-03-17 18:31:28.000000000 +0000
+++ agent/pl/utmp/utmp_ph.c
@@ -50,6 +50,8 @@
#include <strings.h>
#endif
+#include <stdio.h>
+#include <stdlib.h>
#include <utmp.h>
#include "confmagic.h"