]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write_common.c
write.c: Fix cut'n'paste typo.
[paraslash.git] / write_common.c
index 2dca309c622eb53f198bb8ab7d287a9ade33c2cc..8e4d5aa62a30e9c69d34dc31231da78afde193a5 100644 (file)
@@ -6,11 +6,15 @@
 
 /** \file write_common.c common functions of para_audiod and para_write */
 
+#include <regex.h>
+#include <stdbool.h>
+
 #include "para.h"
 #include "string.h"
 #include "list.h"
 #include "sched.h"
 #include "ggo.h"
+#include "buffer_tree.h"
 #include "write.h"
 #include "error.h"