X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Flchown.c;h=f1e21e7e6657d6149804a2bced43ee547fe3daa5;hb=1cc6c3e3fc985b64c9b2566015a7d5967d87dd67;hp=0b1ebd8f2c7614411694d1de0b608d6f8b9953d1;hpb=6cf802f3b281eee2135088d0dd55459597fe2b18;p=gnulib.git diff --git a/lib/lchown.c b/lib/lchown.c index 0b1ebd8f2..f1e21e7e6 100644 --- a/lib/lchown.c +++ b/lib/lchown.c @@ -25,6 +25,7 @@ #ifndef errno extern int errno; #endif +#include "lchown.h" /* Work just like chown, except when FILE is a symbolic link. In that case, set errno to ENOSYS and return -1. */