X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=close_on_fork.c;h=c606d98c46aeb4c9a15e76b90ea5856231c6a38e;hp=ff289edfbe19b9770a3cffce76a25673a0c23d27;hb=c257c9c321c6e9494dbcbb6da0af675c3a2aa8e4;hpb=9de1287d67c9562e9140c6dc7deb0c01c4e10cc0 diff --git a/close_on_fork.c b/close_on_fork.c index ff289edf..c606d98c 100644 --- a/close_on_fork.c +++ b/close_on_fork.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2012 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;