]> git.sesse.net Git - vlc/commitdiff
Guard against multiple inclusions
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 10 Oct 2005 07:56:33 +0000 (07:56 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 10 Oct 2005 07:56:33 +0000 (07:56 +0000)
include/charset.h

index 83a1272ca8ce170214186edc4107ded490312916..1ec8e50e71386ff837066e8d45aaa7f6858b1fd5 100644 (file)
@@ -21,6 +21,9 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
+#ifndef __VLC_CHARSET_H
+#define __VLC_CHARSET_H 1
+
 # ifdef __cplusplus
 extern "C" {
 # endif
@@ -37,3 +40,5 @@ VLC_EXPORT( char *, __vlc_fix_readdir_charset, ( vlc_object_t *, const char * )
 # ifdef __cplusplus
 }
 # endif
+
+#endif