From: Jim Meyering Date: Mon, 10 Feb 2003 22:47:30 +0000 (+0000) Subject: Include "euidaccess.h". X-Git-Tag: DU-FTS~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b11c2b17233b88cd836ea104ef5a0e2ad76ff8;p=thirdparty%2Fcoreutils.git Include "euidaccess.h". --- diff --git a/lib/euidaccess.c b/lib/euidaccess.c index e0fdf9de2e..138c57a2b8 100644 --- a/lib/euidaccess.c +++ b/lib/euidaccess.c @@ -1,5 +1,5 @@ /* euidaccess -- check if effective user id can access file - Copyright (C) 1990, 1991, 1995, 1998, 2000 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1995, 1998, 2000, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -69,6 +69,7 @@ extern int errno; #ifndef __set_errno # define __set_errno(val) errno = (val) #endif +#include "euidaccess.h" #if defined(EACCES) && !defined(EACCESS) # define EACCESS EACCES