]> git.sesse.net Git - vlc/blobdiff - plugins/dsp/dsp.c
* Added error checking in pthread wrapper ; as a result, intf_msg.h must
[vlc] / plugins / dsp / dsp.c
index bdadf7694e0511f8b4c9b6b96978385491a21681..2f3f65cd4f9145f4a050db0953a218cde802fba9 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * dsp.c : OSS /dev/dsp module for vlc
  *****************************************************************************
- * Copyright (C) 2000 VideoLAN
- * $Id: dsp.c,v 1.9 2001/05/30 17:03:12 sam Exp $
+ * Copyright (C) 2000-2001 VideoLAN
+ * $Id: dsp.c,v 1.10 2001/11/28 15:08:05 massiot Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -35,6 +35,7 @@
 
 #include "config.h"
 #include "common.h"                                     /* boolean_t, byte_t */
+#include "intf_msg.h"
 #include "threads.h"
 #include "mtime.h"