diff --git a/openbsd-compat/bsd-misc.h b/openbsd-compat/bsd-misc.h index 429ade047..7bf7b048a 100644 --- a/openbsd-compat/bsd-misc.h +++ b/openbsd-compat/bsd-misc.h @@ -183,7 +183,7 @@ struct tm *localtime_r(const time_t *, struct tm *); #endif #ifndef HAVE_REALPATH -#define realpath(x, y) (sftp_realpath((x), (y)) +#define realpath(x, y) (sftp_realpath((x), (y))) #endif #endif /* _BSD_MISC_H */