search for: _sys_ioctl_h

Displaying 1 result from an estimated 1 matches for "_sys_ioctl_h".

Did you mean: sys_ioctl_h
2011 Aug 08
0
[PATCH] include: [sys/ioctl.h] needs linux/sockios.h
...l.h index 559f111..81ae756 100644 --- a/usr/include/sys/ioctl.h +++ b/usr/include/sys/ioctl.h @@ -9,6 +9,9 @@ #include <linux/ioctl.h> #include <asm/ioctls.h> +/* the SIOCxxx I/O are hidden */ +#include <linux/sockios.h> + __extern int ioctl(int, int, void *); #endif /* _SYS_IOCTL_H */ -- 1.7.5.4