From 35c9bc4a42dda7b43c632365bc2f8589af9cebcb Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 20 Aug 2007 18:42:11 +0000 Subject: [PATCH] Fix strcasestr declaration --- include/vlc_input.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/vlc_input.h b/include/vlc_input.h index ee219660b5..6f15034a60 100644 --- a/include/vlc_input.h +++ b/include/vlc_input.h @@ -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 /* strcasestr() */ - /* __ is need because conflict with */ #ifndef _VLC__INPUT_H #define _VLC__INPUT_H 1 @@ -40,6 +35,8 @@ #include #include +#include /* strcasestr() */ + struct vlc_meta_t; /***************************************************************************** -- 2.39.5