summaryrefslogtreecommitdiffstats
path: root/test/rspamd_http_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rspamd_http_test.c')
-rw-r--r--test/rspamd_http_test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/rspamd_http_test.c b/test/rspamd_http_test.c
index 429ae5be9..81b598a45 100644
--- a/test/rspamd_http_test.c
+++ b/test/rspamd_http_test.c
@@ -28,6 +28,12 @@
#include "tests.h"
#include "ottery.h"
#include "cryptobox.h"
+#include "unix-std.h"
+#include <math.h>
+
+#ifdef HAVE_SYS_WAIT_H
+#include <sys/wait.h>
+#endif
static const int file_blocks = 1;
static const int pconns = 100;