diff options
-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> |