summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2011-09-21 20:56:41 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2011-09-21 20:56:41 +0000
commit9fe1413d2fcffb82f15d0b258d5b1b48bb60df2c (patch)
tree988a3b0e813c75647c2d1583072390586c255428 /usr.sbin
parent6287503c0728d297aa9bd6fc227c07f86d5879a6 (diff)
missing err.h include
ok maja@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mopd/common/os.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/mopd/common/os.h b/usr.sbin/mopd/common/os.h
index fa0e8e58938..577a32239e0 100644
--- a/usr.sbin/mopd/common/os.h
+++ b/usr.sbin/mopd/common/os.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: os.h,v 1.6 2003/08/19 22:19:08 itojun Exp $ */
+/* $OpenBSD: os.h,v 1.7 2011/09/21 20:56:40 jsg Exp $ */
/*
* Copyright (c) 1994-95 Mats O Jansson. All rights reserved.
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $OpenBSD: os.h,v 1.6 2003/08/19 22:19:08 itojun Exp $
+ * $OpenBSD: os.h,v 1.7 2011/09/21 20:56:40 jsg Exp $
*
*/
@@ -49,6 +49,7 @@
#include <string.h>
#include <unistd.h>
#include <ifaddrs.h>
+#include <err.h>
#define DEV_NEW_CONF