]> git.sesse.net Git - vlc/blobdiff - src/stream_output/sap.c
Include assert.h when needed
[vlc] / src / stream_output / sap.c
index e19d3e99d057070db6a0a5843b79d20e9ab7bbc0..9529c5fe4310dd5125fdfe8b18ca2a3a461f3f01 100644 (file)
@@ -36,6 +36,7 @@
 #include <stdio.h>                                              /* sprintf() */
 #include <string.h>
 #include <ctype.h>                                  /* tolower(), isxdigit() */
+#include <assert.h>
 
 #include <vlc_sout.h>
 #include <vlc_network.h>