summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/ioctl_fd.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-16 07:52:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-16 07:52:36 +0000
commitd47f22b331e16fe906bf53b00014036076b06589 (patch)
tree7d5ae6c42a20f57a1f50040925a235c23a02069d /sys/arch/i386/include/ioctl_fd.h
parent61244d6413ce85a5efd6cabfbcdddf7c975c62ad (diff)
no need to include sys/ioccom.h; guy@netapp.com
Diffstat (limited to 'sys/arch/i386/include/ioctl_fd.h')
-rw-r--r--sys/arch/i386/include/ioctl_fd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/include/ioctl_fd.h b/sys/arch/i386/include/ioctl_fd.h
index 86fe263ed20..4d5b07f2964 100644
--- a/sys/arch/i386/include/ioctl_fd.h
+++ b/sys/arch/i386/include/ioctl_fd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ioctl_fd.h,v 1.2 1996/06/20 07:56:10 downsj Exp $ */
+/* $OpenBSD: ioctl_fd.h,v 1.3 1997/09/16 07:52:31 deraadt Exp $ */
/* from: ioctl_fd.h,v 1.4 1995/06/29 03:49:32 jtk Exp */
/*
@@ -33,6 +33,8 @@
#ifndef _I386_IOCTL_FD_H_
#define _I386_IOCTL_FD_H_
+#include <sys/ioccom.h>
+
#define FD_FORMAT_VERSION 110 /* used to validate before formatting */
#define FD_MAX_NSEC 36 /* highest known number of spt - allow for */
/* 2.88 MB drives */