X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.c;h=d2af64418ec12a623dd78ca717cec2a832e3eb87;hp=9d6f028319fc6e1e8f36f7406fc64475fb3576df;hb=f78d425970efe39d4015f987b41597d83c7718dd;hpb=b9c2428555a2a6edb038234a33e5072dc8c5ba7a diff --git a/recv.c b/recv.c index 9d6f0283..d2af6441 100644 --- a/recv.c +++ b/recv.c @@ -9,6 +9,7 @@ #include #include #include +#include #include "para.h" #include "list.h" @@ -20,6 +21,7 @@ #include "string.h" #include "error.h" #include "stdout.h" +#include "buffer_tree.h" /** The gengetopt args info struct. */ static struct recv_args_info conf;