gui: Check return value of para_exec_cmdline_pid().
[paraslash.git] / close_on_fork.c
index 378799c7d5505135d59e976cd43416984c9500a6..ff289edfbe19b9770a3cffce76a25673a0c23d27 100644 (file)
@@ -1,10 +1,13 @@
 /*
- * Copyright (C) 2005-2009 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2012 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"