]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter_common.c
Add btr support to filter code.
[paraslash.git] / filter_common.c
index 7c71ff39243a7a63f7026c11726418377790c87e..94e553b6e6ae63270cc81fc602b0fd57f1eb67e3 100644 (file)
@@ -9,12 +9,14 @@
 #include <regex.h>
 #include <sys/types.h>
 #include <dirent.h>
+#include <stdbool.h>
 
 #include "para.h"
 #include "list.h"
 #include "sched.h"
 #include "fd.h"
 #include "ggo.h"
+#include "buffer_tree.h"
 #include "filter.h"
 #include "error.h"
 #include "string.h"