diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-05-27 22:37:40 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-05-27 22:37:40 +0000 |
commit | 74ddbed3578f610d041d1110e1e5fb2ef05e0859 (patch) | |
tree | 67cc939165a8e4134a2e29a4b23bd9d5f3695709 /sbin/edlabel/edlabel.c | |
parent | 240b34b9edfb6b6bd7ddf55eb176b16addbc521f (diff) |
fix #include to ioctl.h
Diffstat (limited to 'sbin/edlabel/edlabel.c')
-rw-r--r-- | sbin/edlabel/edlabel.c | 2 |
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> |