diff options
-rw-r--r-- | llvm/lib/Support/Unix/Path.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Unix/Path.inc b/llvm/lib/Support/Unix/Path.inc index 3cedf64d4b0..0ccca597e1f 100644 --- a/llvm/lib/Support/Unix/Path.inc +++ b/llvm/lib/Support/Unix/Path.inc @@ -68,6 +68,7 @@ #else #ifdef __OpenBSD__ #include <sys/param.h> +#include <sys/mount.h> #elif defined(__ANDROID__) #include <sys/vfs.h> #else |