Re: [PATCH] Fix implicit declaration of function 'xf86Msg' in xf86libinput.c

2016-04-07 Thread Peter Hutterer
On Wed, Oct 14, 2015 at 10:43:34AM +1000, Stanislav Ochotnicky wrote: > Addition of xf86.h header fixes compilation issues in some cases. > > See: https://bugs.gentoo.org/show_bug.cgi?id=560970 > Signed-off-by: Stanislav Ochotnicky > --- > src/xf86libinput.c | 1 + > 1 file changed, 1 insertion(

[PATCH] Fix implicit declaration of function 'xf86Msg' in xf86libinput.c

2015-10-15 Thread Stanislav Ochotnicky
Addition of xf86.h header fixes compilation issues in some cases. See: https://bugs.gentoo.org/show_bug.cgi?id=560970 Signed-off-by: Stanislav Ochotnicky --- src/xf86libinput.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xf86libinput.c b/src/xf86libinput.c index c1b13ff..c6b651c 1006