X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wav_filter.c;h=eada2434d8be0dc08a1c7d9cacef8e386278d037;hp=3c69311f570209cec4bed6abe27036d6d5754853;hb=c87045a40b9462ebeb28cc169d7bb3721c9a81d3;hpb=702d72b58b6378c4cdb37cbb709fd1d351571123 diff --git a/wav_filter.c b/wav_filter.c index 3c69311f..eada2434 100644 --- a/wav_filter.c +++ b/wav_filter.c @@ -7,12 +7,14 @@ /** \file wav_filter.c A filter that inserts a wave header. */ #include +#include #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"