ac/gpu_info: Fix missing prototype mingw error
What does this MR do and why?
Fixes athe compilation error:
c_gpu_info.c:351:1: error: no previous prototype for 'drmGetFormatModifierName' [-Werror=missing-prototypes]
Closes #8858 (closed)
cc @dh
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Fixes athe compilation error:
c_gpu_info.c:351:1: error: no previous prototype for 'drmGetFormatModifierName' [-Werror=missing-prototypes]
Closes #8858 (closed)
cc @dh