diff --git a/src/amdgpu_glamor_wrappers.c b/src/amdgpu_glamor_wrappers.c index 9f15141..9e578a2 100644 --- a/src/amdgpu_glamor_wrappers.c +++ b/src/amdgpu_glamor_wrappers.c @@ -32,6 +32,7 @@ #include #endif +#include #include #ifdef USE_GLAMOR diff --git a/src/amdgpu_kms.c b/src/amdgpu_kms.c index 03ce0ea..fcda477 100644 --- a/src/amdgpu_kms.c +++ b/src/amdgpu_kms.c @@ -30,6 +30,9 @@ #include #include + +#include "fb.h" + /* Driver data structures */ #include "amdgpu_drv.h" #include "amdgpu_bo_helper.h"