On 11/01/2018 12:18 AM, Sean Young wrote: > Signed-off-by: Sean Young <sean@xxxxxxxx> Thanks, Sean. Patch applied. Cheers, Michael > --- > man4/lirc.4 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man4/lirc.4 b/man4/lirc.4 > index 446b87732..005ce85a2 100644 > --- a/man4/lirc.4 > +++ b/man4/lirc.4 > @@ -135,7 +135,7 @@ For the purposes of ioctl portability across 32-bit and 64-bit architectures, > these values are capped to their 32-bit sizes. > .PP > .nf > -#include <lirc/include/media/lirc.h> /* But see BUGS */ > +#include <linux/lirc.h> /* But see BUGS */ > int ioctl(int fd, int cmd, ...); > .fi > .PP > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/