blob: 4d732d16110d7ceeb8f7f2234a48a6b64cf939ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- extras/usd/examples/usdObj/pch.h.orig 2025-10-24 16:21:56 UTC
+++ extras/usd/examples/usdObj/pch.h
@@ -13,7 +13,7 @@
#if defined(ARCH_OS_DARWIN)
#include <mach/mach_time.h>
#endif
-#if defined(ARCH_OS_LINUX)
+#if defined(ARCH_OS_LINUX) || defined(ARCH_OS_FREEBSD)
#include <unistd.h>
#include <x86intrin.h>
#endif
|