vlc_cpu: include vlc_threads.h when using vlc_once_t

This commit is contained in:
Steve Lhomme 2023-04-19 11:30:07 +02:00
parent d56977a05a
commit 4c387460c9
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#ifndef VLC_CPU_H
# define VLC_CPU_H 1
#include <vlc_threads.h>
/**
* Retrieves CPU capability flags.
*/