mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Whoops -- add missing defined().
This commit is contained in:
parent
93c99508d2
commit
9025423471
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user