X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=wav_filter.c;h=eada2434d8be0dc08a1c7d9cacef8e386278d037;hb=c87045a40b9462ebeb28cc169d7bb3721c9a81d3;hp=3c69311f570209cec4bed6abe27036d6d5754853;hpb=f113a41a633c0541f0d8418baf40205f4553c885;p=paraslash.git 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"