X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=wav_filter.c;h=eada2434d8be0dc08a1c7d9cacef8e386278d037;hb=4403d70f8ec547a17fcce25b0ba997e208732248;hp=1c0da1811847e958cdde408ba277edce20701c42;hpb=172ee701ffbdf22edcd0b5175344ab5e6da40412;p=paraslash.git diff --git a/wav_filter.c b/wav_filter.c index 1c0da181..eada2434 100644 --- a/wav_filter.c +++ b/wav_filter.c @@ -6,12 +6,15 @@ /** \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"