From 5a47b5f6cd9894c70b813d2b582275b667a97116 Mon Sep 17 00:00:00 2001 From: jsg Date: Wed, 14 Oct 2015 13:32:44 +0000 Subject: [PATCH] include err.h for the err() calls added in rev 1.46 --- usr.sbin/portmap/portmap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/portmap/portmap.c b/usr.sbin/portmap/portmap.c index 0481dcb20d8..9fbb27c4b77 100644 --- a/usr.sbin/portmap/portmap.c +++ b/usr.sbin/portmap/portmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: portmap.c,v 1.47 2015/10/09 01:37:09 deraadt Exp $ */ +/* $OpenBSD: portmap.c,v 1.48 2015/10/14 13:32:44 jsg Exp $ */ /*- * Copyright (c) 1996, 1997 Theo de Raadt (OpenBSD). All rights reserved. @@ -84,6 +84,7 @@ #include #include #include +#include void reg_service(struct svc_req *, SVCXPRT *); void reap(int); -- 2.20.1