From: jsg Date: Wed, 14 Oct 2015 13:32:44 +0000 (+0000) Subject: include err.h for the err() calls added in rev 1.46 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5a47b5f6cd9894c70b813d2b582275b667a97116;p=openbsd include err.h for the err() calls added in rev 1.46 --- 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);