X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=close_on_fork.c;h=0e1389a6a0ce9de8eee8c94ef738320773c76455;hp=fb1906462b30b74935a64d53370c9810046df771;hb=0d09c89fcf180385c30a1e2217ef61f5ca1e7993;hpb=d5d96c6c65b47a34136bc04420bffd38e947bfea diff --git a/close_on_fork.c b/close_on_fork.c index fb190646..0e1389a6 100644 --- a/close_on_fork.c +++ b/close_on_fork.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2009 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -11,6 +11,7 @@ #include "para.h" #include "list.h" #include "string.h" +#include "close_on_fork.h" static struct list_head close_on_fork_list; static int initialized;