X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_tls.h;h=0472959e40c56489b5272231eecde69ac5d38ffc;hb=5163be8e1b75ac37b661760992fe8001891db436;hp=5a46dea68b0569bf28faab3f277ba28fb257c9f5;hpb=150509ed7b7388f69da8f8c5a018e4c6ec6baf55;p=vlc diff --git a/include/vlc_tls.h b/include/vlc_tls.h index 5a46dea68b..0472959e40 100644 --- a/include/vlc_tls.h +++ b/include/vlc_tls.h @@ -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 {