]> git.sesse.net Git - vlc/blobdiff - include/vlc_tls.h
module_GetHelp
[vlc] / include / vlc_tls.h
index 5a46dea68b0569bf28faab3f277ba28fb257c9f5..0472959e40c56489b5272231eecde69ac5d38ffc 100644 (file)
  * 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 <vlc_network.h>
 
 struct tls_t
 {