include err.h for err() calls added with recent pledge commits.
authorjsg <jsg@openbsd.org>
Fri, 23 Oct 2015 02:01:15 +0000 (02:01 +0000)
committerjsg <jsg@openbsd.org>
Fri, 23 Oct 2015 02:01:15 +0000 (02:01 +0000)
games/bcd/bcd.c
games/morse/morse.c

index a4ea912..5d97d35 100644 (file)
@@ -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 <string.h>
 #include <ctype.h>
 #include <unistd.h>
+#include <err.h>
 
 u_short holes[256] = {
     0x0,        0x0,     0x0,     0x0,     0x0,     0x0,     0x0,     0x0,
index b99412c..ba5eba7 100644 (file)
@@ -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 <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <err.h>
 
 static char
        *digit[] = {