Re: [PATCH] virt-aa-helper: Fix build by including virutil.h

2020-02-25 Thread Jim Fehlig
On 2/25/20 4:35 AM, Michal Privoznik wrote: On 2/25/20 10:06 AM, Christian Ehrhardt wrote: On Tue, Feb 25, 2020 at 12:36 AM Jim Fehlig > wrote:     Commit fb01e1a44d missed including virutil.h, causing the following     compilation error    

Re: [PATCH] virt-aa-helper: Fix build by including virutil.h

2020-02-25 Thread Michal Privoznik
On 2/25/20 10:06 AM, Christian Ehrhardt wrote: On Tue, Feb 25, 2020 at 12:36 AM Jim Fehlig > wrote: Commit fb01e1a44d missed including virutil.h, causing the following compilation error ../../src/security/virt-aa-helper.c:1055:43: error: implicit

Re: [PATCH] virt-aa-helper: Fix build by including virutil.h

2020-02-25 Thread Christian Ehrhardt
On Tue, Feb 25, 2020 at 12:36 AM Jim Fehlig wrote: > Commit fb01e1a44d missed including virutil.h, causing the following > compilation error > > ../../src/security/virt-aa-helper.c:1055:43: error: implicit declaration of > function 'virHostGetDRMRenderNode'

[PATCH] virt-aa-helper: Fix build by including virutil.h

2020-02-24 Thread Jim Fehlig
Commit fb01e1a44d missed including virutil.h, causing the following compilation error ../../src/security/virt-aa-helper.c:1055:43: error: implicit declaration of function 'virHostGetDRMRenderNode' [-Werror=implicit-function-declaration] 1055 | char *defaultRenderNode =