X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_tls.h;h=0472959e40c56489b5272231eecde69ac5d38ffc;hb=cfafc7da073f5c7ac3074af7b559d86a35203efb;hp=7d30ef80ebfb4365f8bcd673b6a84e09d248386f;hpb=2cb472dba008f7d877ffe6bae9c5575253365282;p=vlc diff --git a/include/vlc_tls.h b/include/vlc_tls.h index 7d30ef80eb..0472959e40 100644 --- a/include/vlc_tls.h +++ b/include/vlc_tls.h @@ -4,7 +4,7 @@ * Copyright (C) 2004-2005 the VideoLAN team * $Id$ * - * Authors: Remi Denis-Courmont + * Authors: Rémi Denis-Courmont * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,10 +21,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ +#if !defined( __LIBVLC__ ) + #error You are not libvlc or one of its plugins. You cannot include this file +#endif + #ifndef _VLC_TLS_H # define _VLC_TLS_H -# include "network.h" +# include struct tls_t {