]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - recv.c
Add a struct buffer_tree pointer to struct receiver_node.
[paraslash.git] / recv.c
diff --git a/recv.c b/recv.c
index 9d6f028319fc6e1e8f36f7406fc64475fb3576df..d2af64418ec12a623dd78ca717cec2a832e3eb87 100644 (file)
--- a/recv.c
+++ b/recv.c
@@ -9,6 +9,7 @@
 #include <regex.h>
 #include <sys/types.h>
 #include <dirent.h>
+#include <stdbool.h>
 
 #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;