pkgsrc/mail/ja-mh/patches/patch-bx
taca f7ee73e0ba * Fix build problem on NetBSD current, terminfo case.
* Add comments to each patch file.
2010-09-27 12:01:49 +00:00

13 lines
264 B
Text

$NetBSD: patch-bx,v 1.1 2010/09/27 12:01:49 taca Exp $
* Include a proper header file.
--- sbr/printsw.c.orig 1993-12-01 04:01:26.000000000 +0000
+++ sbr/printsw.c
@@ -1,5 +1,6 @@
/* printsw.c - print switches */
+#include <stdio.h>
#include "../h/mh.h"