X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=close_on_fork.c;h=fb1906462b30b74935a64d53370c9810046df771;hp=378799c7d5505135d59e976cd43416984c9500a6;hb=395aeb9da9c9cc2febe91b5a906c72e59e217594;hpb=178acbc7280b6d4464bf0314ca348f9105366f23 diff --git a/close_on_fork.c b/close_on_fork.c index 378799c7..fb190646 100644 --- a/close_on_fork.c +++ b/close_on_fork.c @@ -5,6 +5,9 @@ */ /** \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"