]> git.sesse.net Git - vlc/blobdiff - include/vlc/sout.h
* ALL: Better announce system
[vlc] / include / vlc / sout.h
index c067fe4ed2b2292132dcae21226d93a19e9bb18d..8b60518a80d7e1898dc136a76bb9579e815c5120 100644 (file)
@@ -2,13 +2,13 @@
  * sout.h: video output header for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: sout.h,v 1.1 2002/08/12 22:12:50 massiot Exp $
+ * $Id: sout.h,v 1.4 2004/01/25 18:17:08 zorglub Exp $
  *
  * 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
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -34,6 +34,7 @@ extern "C" {
 /*****************************************************************************
  * Required internal headers
  *****************************************************************************/
+#include "vlc_block.h"
 #include "stream_output.h"
 
 # ifdef __cplusplus