]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - oss_write.c
Add btr support to the oggdec filter.
[paraslash.git] / oss_write.c
index 3ef0d9e8867c5b692f8cc8b2afc8a47c6fdda7e9..bda0ad4cb7189fec9311c1cdfb9896e3fe9b7598 100644 (file)
@@ -6,10 +6,12 @@
 
 /** \file oss_write.c Paraslash's oss output plugin. */
 
 
 /** \file oss_write.c Paraslash's oss output plugin. */
 
+#include <regex.h>
 #include <sys/ioctl.h>
 #include <fcntl.h>
 #include <dirent.h>
 #include <sys/soundcard.h>
 #include <sys/ioctl.h>
 #include <fcntl.h>
 #include <dirent.h>
 #include <sys/soundcard.h>
+#include <stdbool.h>
 
 #include "para.h"
 #include "fd.h"
 
 #include "para.h"
 #include "fd.h"
@@ -17,6 +19,7 @@
 #include "list.h"
 #include "sched.h"
 #include "ggo.h"
 #include "list.h"
 #include "sched.h"
 #include "ggo.h"
+#include "buffer_tree.h"
 #include "write.h"
 #include "oss_write.cmdline.h"
 #include "error.h"
 #include "write.h"
 #include "oss_write.cmdline.h"
 #include "error.h"