From 808c2fbfb4770bd32f9fe99d7885a829350dbd36 Mon Sep 17 00:00:00 2001 From: chl <> Date: Mon, 28 Jun 2010 19:12:29 +0000 Subject: [PATCH] add missing headers needed for close() and ioctl(). ok krw@ millert@ --- src/lib/libutil/opendev.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/libutil/opendev.c b/src/lib/libutil/opendev.c index 6d1c6cac..53c3c537 100644 --- a/src/lib/libutil/opendev.c +++ b/src/lib/libutil/opendev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: opendev.c,v 1.9 2010/06/18 17:03:06 jsing Exp $ */ +/* $OpenBSD: opendev.c,v 1.10 2010/06/28 19:12:29 chl Exp $ */ /* * Copyright (c) 2000, Todd C. Miller. All rights reserved. @@ -32,7 +32,9 @@ #include #include #include +#include +#include #include #include #include