freedreno/replay: Fix implicit-function-declaration error
What does this MR do and why?
freedreno/replay: Fix implicit-function-declaration error
../src/freedreno/decode/replay.c: In function ‘safe_ioctl’: ../src/freedreno/decode/replay.c:608:13: error: implicit declaration of function ‘ioctl’ [-Werror=implicit-function-declaration] 608 | ret = ioctl(fd, request, arg); | ^~~~~
Fixes: e3bbd168 ("freedreno/replay: Add limited support for KGSL") Signed-off-by: Vinson Lee vlee@freedesktop.org