From e3ffd60e0a4993e1ee9f1b08e33547aff372de75 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 1 Sep 1997 00:18:02 +0000 Subject: [PATCH] Added #include of to make this self-sufficient. Includers of this file apparently didn't know that was a prerequisite and include a semi-random collection headers until one happened to include it. --- sys/dev/ppbus/ppbconf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/ppbus/ppbconf.h b/sys/dev/ppbus/ppbconf.h index 15a6fb0f651..9cb3873c80b 100644 --- a/sys/dev/ppbus/ppbconf.h +++ b/sys/dev/ppbus/ppbconf.h @@ -23,12 +23,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ppbconf.h,v 1.1 1997/08/14 13:57:42 msmith Exp $ + * $Id: ppbconf.h,v 1.2 1997/08/16 14:05:36 msmith Exp $ * */ #ifndef __PPBCONF_H #define __PPBCONF_H +#include + /* * Parallel Port Bus sleep/wakeup queue. */