Commit df4d1996 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vlc_common.h: protect against multiple inclusions

parent 2a9418cb
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
* This file is a collection of common definitions and types * This file is a collection of common definitions and types
*/ */
#ifndef VLC_COMMON_H
# define VLC_COMMON_H 1
/***************************************************************************** /*****************************************************************************
* Required vlc headers * Required vlc headers
*****************************************************************************/ *****************************************************************************/
...@@ -917,3 +920,5 @@ VLC_EXPORT( const char *, VLC_Changeset, ( void ) ); ...@@ -917,3 +920,5 @@ VLC_EXPORT( const char *, VLC_Changeset, ( void ) );
# define PATH_SEP_CHAR ':' # define PATH_SEP_CHAR ':'
# define PATH_SEP ":" # define PATH_SEP ":"
#endif #endif
#endif /* !VLC_COMMON_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment