]> git.sesse.net Git - vlc/blobdiff - src/modules/modules.c
Include assert.h when needed
[vlc] / src / modules / modules.c
index 0ef91cad6f04d1bdbdd19b230e3d639f9460300d..92a72a403dc0ae88797586b858c022059d3e5d25 100644 (file)
@@ -40,6 +40,7 @@
 #include <stdlib.h>                                      /* free(), strtol() */
 #include <stdio.h>                                              /* sprintf() */
 #include <string.h>                                              /* strdup() */
+#include <assert.h>
 
 #ifdef HAVE_DIRENT_H
 #   include <dirent.h>