]> git.sesse.net Git - vlc/commitdiff
Fix implicit pointer function. Patch by Dann Frazier. (ref debian #385192)
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 29 Aug 2006 19:24:59 +0000 (19:24 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 29 Aug 2006 19:24:59 +0000 (19:24 +0000)
modules/control/http/rpn.c

index 57ae1abc882ddfe65f70d97c0e5c635c0edd60f2..69736aa375b84516e88fab814450badc335bffb9 100644 (file)
@@ -26,6 +26,7 @@
 #include "http.h"
 #include "vlc_url.h"
 #include "vlc_meta.h"
+#include "vlc_string.h"
 
 static vlc_object_t *GetVLCObject( intf_thread_t *p_intf,
                                    const char *psz_object,