]> git.sesse.net Git - vlc/blobdiff - plugins/dummy/aout_dummy.c
* Added error checking in pthread wrapper ; as a result, intf_msg.h must
[vlc] / plugins / dummy / aout_dummy.c
index bb6304ca16b2de5eaa45b80caa357a9c02849ad3..9b6d4e0eef0332035a5d6aacc2457674a80fb313 100644 (file)
@@ -2,7 +2,7 @@
  * aout_dummy.c : dummy audio output plugin
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: aout_dummy.c,v 1.14 2001/07/12 20:44:52 reno Exp $
+ * $Id: aout_dummy.c,v 1.15 2001/11/28 15:08:05 massiot Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
  *****************************************************************************/
 #include "defs.h"
 
+#include <string.h>
+
 #include "config.h"
 #include "common.h"                                     /* boolean_t, byte_t */
+#include "intf_msg.h"
 #include "threads.h"
 #include "mtime.h"
 #include "tests.h"