]> git.sesse.net Git - vlc/blobdiff - modules/misc/profile_parser.c
inhibit: fix another instance of the killed-before-wait race
[vlc] / modules / misc / profile_parser.c
index a75dfba1eb9aae2653b34cc567604efc22c6f3fc..5040d3534e5d70e069e049b3694ddb81a0462e0a 100644 (file)
@@ -2,7 +2,7 @@
  * profile_parser.c : VLC Streaming Profile parser
  *****************************************************************************
  * Copyright (C) 2003-2006 the VideoLAN team
- * $Id: rtsp.c 16204 2006-08-03 16:58:10Z zorglub $
+ * $Id$
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Gildas Bazin <gbazin@videolan.org>
@@ -26,6 +26,7 @@
 #endif
 
 #include <vlc/vlc.h>
+#include <vlc_plugin.h>
 #include <vlc_stream.h>
 #include <vlc_streaming.h>
 #include "vlc_xml.h"