Add execute handler to struct writer.
[paraslash.git] / write_common.c
index 3f6c0bbea422bbbc44e16857000b78df6d45a5d8..8e4d5aa62a30e9c69d34dc31231da78afde193a5 100644 (file)
@@ -7,12 +7,14 @@
 /** \file write_common.c common functions of para_audiod and para_write */
 
 #include <regex.h>
+#include <stdbool.h>
 
 #include "para.h"
 #include "string.h"
 #include "list.h"
 #include "sched.h"
 #include "ggo.h"
+#include "buffer_tree.h"
 #include "write.h"
 #include "error.h"