Re: [PATCH libdrm] tests/amdgpu: add missing config.h include

2018-01-29 Thread Eric Engestrom
On Monday, 2018-01-29 14:56:04 +, Emil Velikov wrote: > From: Emil Velikov > > Otherwise we'll end up without the macros set during configure stage. > And effectively error out in sanity tests such as the mmap static > assert. > > To reproduce, do a multilib build - 32bit build on 64bit mach

[PATCH libdrm] tests/amdgpu: add missing config.h include

2018-01-29 Thread Emil Velikov
From: Emil Velikov Otherwise we'll end up without the macros set during configure stage. And effectively error out in sanity tests such as the mmap static assert. To reproduce, do a multilib build - 32bit build on 64bit machine. Cc: Fabio Pedretti Cc: Andrey Grodzovsky Fixes: 33dcc29f7cc ("am