testsuite: Introduce a new test for para_server.
[paraslash.git] / close_on_fork.c
index 378799c7d5505135d59e976cd43416984c9500a6..92517134e237697b49e6956d352b906a7e4f9d57 100644 (file)
@@ -1,10 +1,13 @@
 /*
- * Copyright (C) 2005-2009 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2011 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file close_on_fork.c Manage a list of fds that should be closed on fork. */
+
+#include <regex.h>
+
 #include "para.h"
 #include "list.h"
 #include "string.h"