include err.h for the err() calls added in rev 1.46
authorjsg <jsg@openbsd.org>
Wed, 14 Oct 2015 13:32:44 +0000 (13:32 +0000)
committerjsg <jsg@openbsd.org>
Wed, 14 Oct 2015 13:32:44 +0000 (13:32 +0000)
usr.sbin/portmap/portmap.c

index 0481dcb..9fbb27c 100644 (file)
@@ -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 <netdb.h>
 #include <pwd.h>
 #include <errno.h>
+#include <err.h>
 
 void reg_service(struct svc_req *, SVCXPRT *);
 void reap(int);