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