diff options
Diffstat (limited to 'sys/compat/linux/linux_ioctl.h')
-rw-r--r-- | sys/compat/linux/linux_ioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_ioctl.h b/sys/compat/linux/linux_ioctl.h index 912ed56..d63283c 100644 --- a/sys/compat/linux/linux_ioctl.h +++ b/sys/compat/linux/linux_ioctl.h @@ -627,6 +627,7 @@ * This doesn't really belong here, but I can't think of a better * place to put it. */ +struct ifnet; int linux_ifname(struct ifnet *, char *, size_t); #endif /* !_LINUX_IOCTL_H_ */ |