From b2fea133cf3a6c699ff8e092ee31c1dc3c4a6bb7 Mon Sep 17 00:00:00 2001 From: jsg Date: Fri, 23 Oct 2015 02:01:15 +0000 Subject: [PATCH] include err.h for err() calls added with recent pledge commits. --- games/bcd/bcd.c | 3 ++- games/morse/morse.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c index a4ea91296a6..5d97d35f372 100644 --- a/games/bcd/bcd.c +++ b/games/bcd/bcd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcd.c,v 1.21 2015/10/14 08:12:12 doug Exp $ */ +/* $OpenBSD: bcd.c,v 1.22 2015/10/23 02:01:15 jsg Exp $ */ /* $NetBSD: bcd.c,v 1.6 1995/04/24 12:22:23 cgd Exp $ */ /* @@ -69,6 +69,7 @@ #include #include #include +#include u_short holes[256] = { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, diff --git a/games/morse/morse.c b/games/morse/morse.c index b99412cb40c..ba5eba7725e 100644 --- a/games/morse/morse.c +++ b/games/morse/morse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: morse.c,v 1.16 2015/10/14 08:12:12 doug Exp $ */ +/* $OpenBSD: morse.c,v 1.17 2015/10/23 02:01:15 jsg Exp $ */ /* * Copyright (c) 1988, 1993 @@ -34,6 +34,7 @@ #include #include #include +#include static char *digit[] = { -- 2.20.1