]> git.sesse.net Git - vlc/blobdiff - modules/codec/cmml/browser_open.c
Don't leak every https parameters.
[vlc] / modules / codec / cmml / browser_open.c
index 879b013bd465f3dd64f1542e6d64566c5d6467e5..5a1edb79953e1bad7a07c80b43307b9f52c343c7 100644 (file)
@@ -13,7 +13,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -24,7 +24,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#include <string.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 #include "xstrcat.h"
 #include "browser_open.h"