]> git.sesse.net Git - vlc/blobdiff - src/config/file.c
Include assert.h when needed
[vlc] / src / config / file.c
index b41381e625ae1204d95d513210caf8b47b4e537a..3603fb14f3fc53b9a8739c957de7bb0bbf04e3a8 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <errno.h>                                                  /* errno */
 #include <stdbool.h>
+#include <assert.h>
 
 #ifdef HAVE_LIMITS_H
 #   include <limits.h>