First draft of the wma decoder.
[paraslash.git] / filter.c
index 98cef2fa71a0b79fe1d88d8f6463ef00e75a493e..7dbc07851b00c78de96b4889663286f468611398 100644 (file)
--- a/filter.c
+++ b/filter.c
@@ -6,8 +6,9 @@
 
 /** \file filter.c The stand-alone filter program. */
 
-#include "para.h"
+#include <regex.h>
 
+#include "para.h"
 #include "filter.cmdline.h"
 #include "list.h"
 #include "sched.h"