From 27cab641750fcb341e94c55554cbf6e497f213a0 Mon Sep 17 00:00:00 2001 From: castano Date: Mon, 12 Oct 2009 00:44:50 +0000 Subject: [PATCH] Fix error in Snow Leopard. --- src/nvcore/Debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvcore/Debug.cpp b/src/nvcore/Debug.cpp index a3715a7..0babc0f 100644 --- a/src/nvcore/Debug.cpp +++ b/src/nvcore/Debug.cpp @@ -38,7 +38,7 @@ # include // getpid # include # include // sysctl -# include +# include # undef HAVE_EXECINFO_H # if defined(HAVE_EXECINFO_H) // only after OSX 10.5 # include // backtrace