]> git.sesse.net Git - vlc/blobdiff - modules/control/http/http.c
Include assert.h where assert() is used
[vlc] / modules / control / http / http.c
index 877c0e71979e9b5e1ff432857dda0290fbaf521a..9aab7046ffe3b67e791c9eb04c2b61077ac3a7ce 100644 (file)
@@ -29,6 +29,8 @@
 #include "http.h"
 #include <vlc_plugin.h>
 
+#include <assert.h>
+
 /*****************************************************************************
  * Module descriptor
  *****************************************************************************/