[PATCH libdrm 1/2] tests/amdgpu: Include config.h first

2015-08-17 Thread Michel Dänzer
From: Michel Dänzer Fixes build failure on 32-bit because _FILE_OFFSET_BITS wasn't defined to 64. Signed-off-by: Michel Dänzer --- tests/amdgpu/amdgpu_test.c | 5 + tests/amdgpu/basic_tests.c | 5 + tests/amdgpu/bo_tests.c| 5 +

[PATCH libdrm 1/2] tests/amdgpu: Include config.h first

2015-08-17 Thread Christian König
On 17.08.2015 11:44, Michel Dänzer wrote: > From: Michel Dänzer > > Fixes build failure on 32-bit because _FILE_OFFSET_BITS wasn't defined to > 64. > > Signed-off-by: Michel Dänzer For both Reviewed-by: Christian König > --- > tests/amdgpu/amdgpu_test.c | 5 + >