Line 0
Link Here
|
|
|
1 |
--- src/libserver/worker_util.c.orig 2018-07-10 01:07:33 UTC |
2 |
+++ src/libserver/worker_util.c |
3 |
@@ -24,7 +24,7 @@ |
4 |
#include "libutil/map.h" |
5 |
#include "libutil/map_private.h" |
6 |
#include "libutil/http_private.h" |
7 |
- |
8 |
+#include <ucontext.h> |
9 |
#ifdef WITH_GPERF_TOOLS |
10 |
#include <gperftools/profiler.h> |
11 |
#endif |
12 |
@@ -1053,4 +1053,4 @@ rspamd_set_crash_handler (struct rspamd_ |
13 |
sigaction (SIGFPE, &sa, NULL); |
14 |
sigaction (SIGSYS, &sa, NULL); |
15 |
#endif |
16 |
-} |
17 |
\ No newline at end of file |
18 |
+} |