Add execute handler to struct writer.
[paraslash.git] / oss_write.c
index 7edd486fccc37a295700b3dedd9cc0da76976e24..bda0ad4cb7189fec9311c1cdfb9896e3fe9b7598 100644 (file)
@@ -11,6 +11,7 @@
 #include <fcntl.h>
 #include <dirent.h>
 #include <sys/soundcard.h>
+#include <stdbool.h>
 
 #include "para.h"
 #include "fd.h"
@@ -18,6 +19,7 @@
 #include "list.h"
 #include "sched.h"
 #include "ggo.h"
+#include "buffer_tree.h"
 #include "write.h"
 #include "oss_write.cmdline.h"
 #include "error.h"