pkgsrc/comms/kermit/patches/patch-ad
christos c9f1c30d74 fix missing <time.h> inclusion that produces:
ckcmai.o: In function `main':
ckcmai.c:(.text+0x1b76): warning: warning: reference to compatibility time();
include <time.h> for correct reference
2012-05-17 20:29:13 +00:00

12 lines
385 B
Text

$NetBSD: patch-ad,v 1.10 2012/05/17 20:29:13 christos Exp $
--- ckcmai.c.orig 2012-05-17 16:22:58.000000000 -0400
+++ ckcmai.c 2012-05-17 16:23:53.000000000 -0400
@@ -540,6 +540,7 @@
#include "ckcker.h" /* Kermit symbols */
#include "ckcnet.h" /* Network symbols */
+#include "ckupty.h" /* time.h */
#ifdef CK_SSL
#include "ck_ssl.h"