14 lines
363 B
Diff
14 lines
363 B
Diff
--- libraries/source/nvtt/src/src/nvcore/Debug.cpp 2021-02-27 11:38:49.764811556 +0100
|
|
+++ libraries/source/nvtt/src/src/nvcore/Debug.cpp 2021-02-27 11:39:48.919032920 +0100
|
|
@@ -40,6 +40,11 @@
|
|
# include <signal.h>
|
|
#endif
|
|
|
|
+#if NV_OS_LINUX
|
|
+# include <asm/ptrace.h> // struct pt_regs
|
|
+#endif
|
|
+
|
|
+
|
|
#if NV_OS_UNIX
|
|
# include <unistd.h> // getpid
|
|
#endif
|