Whoops -- add missing defined().

This commit is contained in:
Nick Mathewson 2013-11-18 11:36:23 -05:00
parent 93c99508d2
commit 9025423471

View File

@ -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>