]> git.sesse.net Git - vlc/blobdiff - include/vlc_threads.h
Added missing const qualifier to vod_MediaControl.
[vlc] / include / vlc_threads.h
index 86edcdc99119a5a31bdf6e941c313a7864b8b5ff..20a5e78c157111df2f88bd659d1e0bf61e5c87c5 100644 (file)
@@ -29,6 +29,9 @@
   #error You are not libvlc or one of its plugins. You cannot include this file
 #endif
 
+#ifndef _VLC_THREADS_H_
+#define _VLC_THREADS_H_
+
 #include <stdio.h>
 
 #if defined(DEBUG) && defined(HAVE_SYS_TIME_H)
@@ -274,3 +277,4 @@ typedef struct
 
 #endif
 
+#endif