Merge branch 'master' into next
[paraslash.git] / chunk_queue.c
index 571f8d18689c908130bf3d37aaab75a968183a4d..bb97c6902ae92379b04033990598c958a8dd76b4 100644 (file)
@@ -1,11 +1,13 @@
 /*
- * Copyright (C) 2007-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2007-2009 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file chunk_queue.c Queuing functions for paraslash senders. */
 
+#include <regex.h>
+
 #include "para.h"
 #include "list.h"
 #include "afh.h"