X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=close_on_fork.c;h=eb470cf6066b16d78a9154a85124b88e6045ad11;hp=92517134e237697b49e6956d352b906a7e4f9d57;hb=69a294cd641c623db61f46ee86901845789a1c7b;hpb=a365b8263a0d7a1673699bdf454677c95b38eb95 diff --git a/close_on_fork.c b/close_on_fork.c index 92517134..eb470cf6 100644 --- a/close_on_fork.c +++ b/close_on_fork.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2011 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;