fix[vdpp] Fix building tests against musl libc

Reported by https://github.com/rockchip-linux/mpp/pull/893

Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
Change-Id: I76c362823337f6dba5fcffe4aac43e2798fbfce1
This commit is contained in:
Alexander Koval 2025-08-24 17:36:27 +03:00 committed by Herman Chen
parent 07805f336b
commit 90c205ca47

View file

@ -7,6 +7,7 @@
#include <getopt.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include <pthread.h>