Commit a09c0325 authored by Sam Hocevar's avatar Sam Hocevar

* modules/*: fixed implicit function declarations.

parent c83ed96e
......@@ -26,6 +26,7 @@
#include "http.h"
#include "vlc_url.h"
#include "vlc_meta.h"
#include "vlc_strings.h"
static vlc_object_t *GetVLCObject( intf_thread_t *p_intf,
const char *psz_object,
......
......@@ -27,6 +27,7 @@
#include "playlist.h"
#include "vlc_xml.h"
#include "vlc_strings.h"
#include "vlc_url.h"
#include "xspf.h"
/**
......
......@@ -26,6 +26,7 @@
#include "vlc_meta.h"
#include "vlc_strings.h"
#include "xspf.h"
#include "charset.h"
/**
* \brief Prints the XSPF header to file, writes each item by xspf_export_item()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment