Browse Source

modules: include vlc_threads.h when using vlc_sem_t

pull/162/head
Steve Lhomme 3 years ago
parent
commit
b11e676ccc
  1. 1
      modules/access/http/h2output_test.c

1
modules/access/http/h2output_test.c

@ -30,6 +30,7 @@
#include <stdlib.h>
#include <errno.h>
#include <vlc_common.h>
#include <vlc_threads.h>
#include <vlc_tls.h>
#include "h2frame.h"
#include "h2output.h"

Loading…
Cancel
Save