X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=close_on_fork.c;h=ac204e37db48d3647914bb96ccf68d8a87834d0b;hp=378799c7d5505135d59e976cd43416984c9500a6;hb=fecbff83c4ca773815965f4ebdc7e6d9769a87dc;hpb=178acbc7280b6d4464bf0314ca348f9105366f23 diff --git a/close_on_fork.c b/close_on_fork.c index 378799c7..ac204e37 100644 --- a/close_on_fork.c +++ b/close_on_fork.c @@ -1,10 +1,13 @@ /* - * Copyright (C) 2005-2009 Andre Noll + * Copyright (C) 2005-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file close_on_fork.c Manage a list of fds that should be closed on fork. */ + +#include + #include "para.h" #include "list.h" #include "string.h"