package/x11r7/xdriver_xf86-input-keyboard: Fix compile error
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 18 Apr 2015 16:39:29 +0000 (18:39 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 18 Apr 2015 17:07:53 +0000 (19:07 +0200)
commit3f866eb24b807a2a9055fda7561e835452dca8ed
tree8de5390eccf746953e8e4af383b0c6856079b231
parent6a2f5264992dc00c3805d86c7822d84ca52ec734
package/x11r7/xdriver_xf86-input-keyboard: Fix compile error

lnx_kbd.c: In function 'OpenKeyboard':
lnx_kbd.c:194:8: error: implicit declaration of function 'getpgid' [-Werror=implicit-function-declaration]
        rc = tcsetpgrp(pInfo->fd, getpgid(0));
        ^
lnx_kbd.c:194:8: warning: nested extern declaration of 'getpgid' [-Wnested-externs]
cc1: some warnings being treated as errors

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/x11r7/xdriver_xf86-input-keyboard/xdriver_xf86-input-keyboard.mk