]> git.sesse.net Git - vlc/blobdiff - include/vlc/sout.h
Updating AUTHORS list for me.
[vlc] / include / vlc / sout.h
index c067fe4ed2b2292132dcae21226d93a19e9bb18d..319ffba27aa876212241196fd61e1a180ab2f60b 100644 (file)
@@ -2,7 +2,7 @@
  * 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.3 2003/09/02 20:19:25 gbazin 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
@@ -34,8 +34,9 @@ extern "C" {
 /*****************************************************************************
  * Required internal headers
  *****************************************************************************/
+#include "vlc_block.h"
 #include "stream_output.h"
-
+        
 # ifdef __cplusplus
 }
 # endif