X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=close_on_fork.c;h=c606d98c46aeb4c9a15e76b90ea5856231c6a38e;hp=ac204e37db48d3647914bb96ccf68d8a87834d0b;hb=6fbd93c8420823356a24a3637d332c23c0c85dcd;hpb=ffb2eaa90429f6d5c3d369509efcdf91c5463dad diff --git a/close_on_fork.c b/close_on_fork.c index ac204e37..c606d98c 100644 --- a/close_on_fork.c +++ b/close_on_fork.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 Andre Noll + * Copyright (C) 2005 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;