mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
lib/replace: Include sys/ucontext.h if available.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
fe6e323add
commit
0258138e20
@ -40,6 +40,10 @@
|
||||
#include <setjmp.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_UCONTEXT_H
|
||||
#include <sys/ucontext.h>
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_SIG_ATOMIC_T_TYPE)
|
||||
typedef int sig_atomic_t;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user