Fix link failure with gcc 10

From Adam Jackson
edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d in xf86-video-amdgpu git

fixes clang 11 build
mortimer@ had the same diff
This commit is contained in:
jsg
2021-01-18 01:31:19 +00:00
parent e3a44390f5
commit 24a11e5588

View File

@@ -289,7 +289,7 @@ Bool drmmode_wait_vblank(xf86CrtcPtr crtc, drmVBlankSeqType type,
uint64_t *ust, uint32_t *result_seq);
miPointerSpriteFuncRec drmmode_sprite_funcs;
extern miPointerSpriteFuncRec drmmode_sprite_funcs;
#endif