Signed-off-by: Sean Young <sean@xxxxxxxx> --- 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 -- 2.17.2