]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - close_on_fork.c
Add missing regex include to generated command_list files.
[paraslash.git] / close_on_fork.c
index 378799c7d5505135d59e976cd43416984c9500a6..fb1906462b30b74935a64d53370c9810046df771 100644 (file)
@@ -5,6 +5,9 @@
  */
 
 /** \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"