From 5c29fed4f72c7558ae15ed2c0b1268bab61a0321 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 3 Sep 1997 19:35:00 +0000 Subject: sysV68 R3V7.1 port changes. svn path=/trunk/; revision=1282 --- daemon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'daemon.c') diff --git a/daemon.c b/daemon.c index e3a5d39b..fe6243fe 100644 --- a/daemon.c +++ b/daemon.c @@ -13,10 +13,11 @@ #include #ifdef HAVE_FCNTL_H #include -#endif /* HAVE_FCNTL_H */ +#else /* !HAVE_FCNTL_H */ #ifdef HAVE_SYS_FCNTL_H #include #endif /* HAVE_SYS_FCNTL_H */ +#endif /* !HAVE_FCNTL_H */ #include /* get umask(2) prototyped */ #if defined(HAVE_UNISTD_H) -- cgit v1.2.3