]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include "euidaccess.h".
authorJim Meyering <jim@meyering.net>
Mon, 10 Feb 2003 22:47:30 +0000 (22:47 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 10 Feb 2003 22:47:30 +0000 (22:47 +0000)
lib/euidaccess.c

index e0fdf9de2ea18c645dc423bb1dfed128e528c31a..138c57a2b8b645aa91529789b6e6eaf909bc90eb 100644 (file)
@@ -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