Skip to content

Fix default lirc driver.

Brice requested to merge bricedp/aports:lirc into master

Add include for sys/sysmacros.h to fix references to major.

This resolves the error currently seen when attempting to use the default driver:

lircd: Error: Error relocating /usr/lib/lirc/plugins/default.so: major: symbol not found

Related to the issue here: #12986 (closed)

Merge request reports