]> git.sesse.net Git - vlc/blobdiff - src/misc/modules.c
More cleanup
[vlc] / src / misc / modules.c
index ec20d4884f8bf191055df798b099990550895623..f9cf9be1d96ec80d49d641418da2804b6c28cbb3 100644 (file)
@@ -98,6 +98,7 @@
 #include "vlc_tls.h"
 #include "vlc_md5.h"
 #include "vlc_xml.h"
+#include "vlc_url.h"
 
 #include "iso_lang.h"
 #include "charset.h"
@@ -1307,7 +1308,7 @@ static int CallEntry( module_t * p_module )
     {
         /* With a well-written module we shouldn't have to print an
          * additional error message here, but just make sure. */
-        msg_Err( p_module, "failed calling symbol \"%s\" in file `%s'",
+        msg_Err( p_module, "Failed to call symbol \"%s\" in file `%s'",
                            psz_name, p_module->psz_filename );
         return -1;
     }