Commit b3892a3a authored by Rafaël Carré's avatar Rafaël Carré

Adds missing assert.h header

parent 900ea6ff
......@@ -27,6 +27,8 @@
#include <vlc/vlc.h>
#include <assert.h>
/* Adds an extra interface to the configuration */
void __config_AddIntf( vlc_object_t *p_this, const char *psz_intf )
{
......
......@@ -40,6 +40,8 @@
#include <vlc_interface.h>
#include "interface.h"
#include <assert.h>
/*****************************************************************************
* Local prototypes
*****************************************************************************/
......
......@@ -95,6 +95,8 @@
#include <vlc_vlm.h>
#include <assert.h>
/*****************************************************************************
* The evil global variables. We handle them with care, don't worry.
*****************************************************************************/
......
......@@ -35,6 +35,8 @@
#include <vlc_osd.h>
#include "vout_pictures.h"
#include <assert.h>
/**
* Display a picture
*
......
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