summaryrefslogtreecommitdiff
path: root/sbin/edlabel/edlabel.c
diff options
context:
space:
mode:
authorchuck <chuck@cvs.openbsd.org>1996-05-27 22:37:40 +0000
committerchuck <chuck@cvs.openbsd.org>1996-05-27 22:37:40 +0000
commit74ddbed3578f610d041d1110e1e5fb2ef05e0859 (patch)
tree67cc939165a8e4134a2e29a4b23bd9d5f3695709 /sbin/edlabel/edlabel.c
parent240b34b9edfb6b6bd7ddf55eb176b16addbc521f (diff)
fix #include to ioctl.h
Diffstat (limited to 'sbin/edlabel/edlabel.c')
-rw-r--r--sbin/edlabel/edlabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/edlabel/edlabel.c b/sbin/edlabel/edlabel.c
index 4eb16a3c435..5dbc78a2ba0 100644
--- a/sbin/edlabel/edlabel.c
+++ b/sbin/edlabel/edlabel.c
@@ -31,7 +31,7 @@
*/
#include <sys/types.h>
-#include <sys/ioccom.h>
+#include <sys/ioctl.h>
#include <sys/disklabel.h>
#include <fcntl.h>