Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/prep/stand/boot/devopen.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/prep/stand/boot/devopen.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.1.8.1 diff -u -p -r1.1 -r1.1.8.1 --- src/sys/arch/prep/stand/boot/devopen.c 2000/02/29 15:21:49 1.1 +++ src/sys/arch/prep/stand/boot/devopen.c 2001/06/21 19:33:05 1.1.8.1 @@ -1,4 +1,4 @@ -/* $NetBSD: devopen.c,v 1.1 2000/02/29 15:21:49 nonaka Exp $ */ +/* $NetBSD: devopen.c,v 1.1.8.1 2001/06/21 19:33:05 nathanw Exp $ */ /*- * Copyright (c) 1993 John Brezak @@ -29,6 +29,7 @@ */ #include +#include #define ispart(c) ((c) >= 'a' && (c) <= 'h')