12 lines
292 B
Text
12 lines
292 B
Text
$NetBSD: patch-ab,v 1.1 2002/08/09 02:01:56 dmcmahill Exp $
|
|
|
|
--- randread.c.orig Fri Jun 21 03:11:29 2002
|
|
+++ randread.c
|
|
@@ -3,6 +3,7 @@
|
|
* by the author, Curt Sampson <cjs@cynic.net>.
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/disklabel.h>
|
|
#include <sys/ioctl.h>
|
|
#include <sys/stat.h>
|