X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=close_on_fork.c;h=008a09370ed3b8f11ff2aa3d87b427cb31b7c409;hp=92517134e237697b49e6956d352b906a7e4f9d57;hb=63abcd1b2f6de6ce53d82962f5a2100c5a57e5d3;hpb=92f089b820b45a5dbdc5b4f69d596105d5acba68 diff --git a/close_on_fork.c b/close_on_fork.c index 92517134..008a0937 100644 --- a/close_on_fork.c +++ b/close_on_fork.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2011 Andre Noll + * Copyright (C) 2005-2013 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;