47a07f93d2
Rename to match upstream naming and moved to a more appropriate category PR: 292497 Approved by: yuri (maintainer, timeout 1 month)
13 lines
322 B
C
13 lines
322 B
C
--- pxr/base/arch/fileSystem.h.orig 2025-10-24 16:21:56 UTC
|
|
+++ pxr/base/arch/fileSystem.h
|
|
@@ -28,6 +28,9 @@
|
|
#include <unistd.h>
|
|
#include <sys/statfs.h>
|
|
#include <glob.h>
|
|
+#elif defined(ARCH_OS_FREEBSD)
|
|
+#include <unistd.h>
|
|
+#include <glob.h>
|
|
#elif defined(ARCH_OS_DARWIN)
|
|
#include <unistd.h>
|
|
#include <sys/mount.h>
|