From 09bff5c2d50e184996b2207272b239ba669c3c85 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 6 Nov 1998 22:03:15 +0000 Subject: [PATCH] Should include lutil.h to get it's own prototype. --- libraries/liblutil/detach.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/liblutil/detach.c b/libraries/liblutil/detach.c index 72ec99741f..1ca3f84be9 100644 --- a/libraries/liblutil/detach.c +++ b/libraries/liblutil/detach.c @@ -23,8 +23,7 @@ #include #include -#include "portable.h" - +#include "lutil.h" /* I'd really like to make do_close an fd_set, but that isn't portable. */ void -- 2.39.5