[tor/master] Whoops -- add missing defined().

18 Nov
2013
18 Nov
'13
4:36 p.m.
commit 90254234710595c0db0c01722eba84e2144d28f5 Author: Nick Mathewson <nickm@torproject.org> Date: Mon Nov 18 11:36:23 2013 -0500 Whoops -- add missing defined(). --- src/common/backtrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/backtrace.c b/src/common/backtrace.c index 32e5362..f0f499a 100644 --- a/src/common/backtrace.c +++ b/src/common/backtrace.c @@ -24,7 +24,7 @@ #ifdef HAVE_CYGWIN_SIGNAL_H #include <cygwin/signal.h> -#elif HAVE_SYS_UCONTEXT_H +#elif defined(HAVE_SYS_UCONTEXT_H) #include <sys/ucontext.h> #elif defined(HAVE_UCONTEXT_H) #include <ucontext.h>
4227
Age (days ago)
4227
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org