commit 90254234710595c0db0c01722eba84e2144d28f5
Author: Nick Mathewson <[email protected]>
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>
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits