]> git.sesse.net Git - vlc/commitdiff
Adds missing assert.h header
authorRafaël Carré <funman@videolan.org>
Mon, 26 May 2008 16:34:09 +0000 (18:34 +0200)
committerRafaël Carré <funman@videolan.org>
Mon, 26 May 2008 16:34:09 +0000 (18:34 +0200)
src/config/intf.c
src/interface/interaction.c
src/libvlc-common.c
src/video_output/vout_pictures.c

index 6edb072ebd561b9c5cdf7f6bdda14d7ec87ee8f1..6ce970c9bd5b5e87b317847d8d58cc63365be1ec 100644 (file)
@@ -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 )
 {
index e5ecbf9de6c8b3e3933717331a7a3bb9c8d49cf9..4068f919a5a82adb95ca7d5fff732abe476b396b 100644 (file)
@@ -40,6 +40,8 @@
 #include <vlc_interface.h>
 #include "interface.h"
 
+#include <assert.h>
+
 /*****************************************************************************
  * Local prototypes
  *****************************************************************************/
index 36cd199107a7d1a625b58ca41d34e18b6de7813c..ddee0770147ac0ed1ebb016352126a32c2e60bb1 100644 (file)
@@ -95,6 +95,8 @@
 
 #include <vlc_vlm.h>
 
+#include <assert.h>
+
 /*****************************************************************************
  * The evil global variables. We handle them with care, don't worry.
  *****************************************************************************/
index 22fc9139f1663dfe8fedf4e5ac1c75be353966c3..3a89686934581a1e75b46525700dbc8eaa9260b6 100644 (file)
@@ -35,6 +35,8 @@
 #include <vlc_osd.h>
 #include "vout_pictures.h"
 
+#include <assert.h>
+
 /**
  * Display a picture
  *