Add btr support to filter code.
[paraslash.git] / wav_filter.c
index 3c69311f570209cec4bed6abe27036d6d5754853..eada2434d8be0dc08a1c7d9cacef8e386278d037 100644 (file)
@@ -7,12 +7,14 @@
 /** \file wav_filter.c A filter that inserts a wave header. */
 
 #include <regex.h>
+#include <stdbool.h>
 
 #include "para.h"
 #include "error.h"
 #include "list.h"
 #include "sched.h"
 #include "ggo.h"
+#include "buffer_tree.h"
 #include "filter.h"
 #include "string.h"
 #include "portable_io.h"