diff --git a/openbsd-compat/realpath.c b/openbsd-compat/realpath.c index 434e67a..a03c4a8 100644 --- a/openbsd-compat/realpath.c +++ b/openbsd-compat/realpath.c @@ -203,6 +203,8 @@ realpath(const char *path, char resolved[PATH_MAX]) #else +#include + void backslashconvert(char *str) { while (*str) {