Browse Source

vlc_cpu: include vlc_threads.h when using vlc_once_t

pull/162/head
Steve Lhomme 3 years ago
parent
commit
4c387460c9
  1. 2
      include/vlc_cpu.h

2
include/vlc_cpu.h

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

Loading…
Cancel
Save