Commit 4dbd738a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing <assert.h>

parent c0fe405d
......@@ -25,6 +25,7 @@
#include "libvlc_internal.h"
#include "../libvlc.h"
#include <vlc/libvlc.h>
#include <assert.h>
/* This API is terminally broken.
* First, it does not implement any kind of notification.
......
......@@ -28,6 +28,7 @@
#include <vlc_input.h>
#include <vlc_vout.h>
#include "libvlc.h"
#include <assert.h>
static int
input_seekable_changed( vlc_object_t * p_this, char const * psz_cmd,
......
......@@ -33,6 +33,7 @@
#include <vlc_common.h>
#include <vlc_input.h>
#include "clock.h"
#include <assert.h>
/* TODO:
* - clean up locking once clock code is stable
......
......@@ -32,6 +32,7 @@
#include <vlc_input.h>
#include "input_internal.h"
#include "event.h"
#include <assert.h>
static void Trigger( input_thread_t *p_input, int i_type );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment