diff options
Diffstat (limited to 'Src/system.h')
-rw-r--r-- | Src/system.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Src/system.h b/Src/system.h index 67f919bc8..31be575ef 100644 --- a/Src/system.h +++ b/Src/system.h @@ -583,6 +583,10 @@ struct timezone { # define R_OK 4 #endif +#ifndef HAVE_LCHOWN +# define lchown chown +#endif + #ifndef HAVE_MEMCPY # define memcpy memmove #endif |