Merge branch 'maint' into next
[paraslash.git] / grab_client.c
index df5b40a3143f843b17e97a69662f9345d6cc15e6..d1ef43f95bba34cc43881ec779976f5c3d797e50 100644 (file)
@@ -11,6 +11,7 @@
  * \sa filter_chain filter_chain_info filter.
  */
 
+#include <regex.h>
 #include <sys/types.h>
 #include <dirent.h>
 
@@ -26,7 +27,7 @@
 #include "fd.h"
 
 /** Grab clients that are not yet attached to a filter node. */
-struct list_head inactive_grab_client_list;
+static struct list_head inactive_grab_client_list;
 
 static int max_num_filters(void)
 {