Commit 35c9bc4a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix strcasestr declaration

parent 98c25e98
......@@ -26,11 +26,6 @@
#error You are not libvlc or one of its plugins. You cannot include this file
#endif
#ifndef __USE_GNU
#define __USE_GNU
#endif
#include <string.h> /* strcasestr() */
/* __ is need because conflict with <vlc/input.h> */
#ifndef _VLC__INPUT_H
#define _VLC__INPUT_H 1
......@@ -40,6 +35,8 @@
#include <vlc_epg.h>
#include <vlc_events.h>
#include <string.h> /* strcasestr() */
struct vlc_meta_t;
/*****************************************************************************
......
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