]> git.sesse.net Git - vlc/blobdiff - include/vlc_tls.h
A bit of vlc/libvlc cleanup:
[vlc] / include / vlc_tls.h
index 44d48daf9de5311b8e035e735b5e1237c84375f5..0472959e40c56489b5272231eecde69ac5d38ffc 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2004-2005 the VideoLAN team
  * $Id$
  *
- * Authors: Remi Denis-Courmont <rem # videolan.org>
+ * Authors: Rémi Denis-Courmont <rem # videolan.org>
  *
  * 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
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * 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
 {