]> git.sesse.net Git - vlc/blobdiff - include/vlc/input.h
* ALL: Introduction of a new api for decoders.
[vlc] / include / vlc / input.h
index 2f3f7b1c7fb8eae28ff45e0b9bb43d8a48cf2302..cc122968e43461340a9d85e3bb0d15243cee409c 100644 (file)
@@ -2,7 +2,7 @@
  * input.h: input modules header for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: input.h,v 1.1 2002/06/01 12:31:58 sam Exp $
+ * $Id: input.h,v 1.2 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,6 +34,7 @@ extern "C" {
 /*****************************************************************************
  * Required internal headers
  *****************************************************************************/
+#include "vlc_block.h"
 #include "stream_control.h"
 #include "input_ext-intf.h" /* input_thread_s */
 #include "input_ext-dec.h" /* data_packet_s */