summaryrefslogtreecommitdiff
path: root/tests/utils.h
diff options
context:
space:
mode:
authorMaya Rashish <coypu@sdf.org>2016-03-23 16:08:02 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-03-23 17:22:35 +0100
commit3b7b4ba5d0a7b890d15257ea16fd21ed1c34737d (patch)
tree6d6ce223d861a34432af168947c1f349ba07a180 /tests/utils.h
parent283466b48b99936f4c198fc3cb3549222edfdae7 (diff)
downloadgnutls-3b7b4ba5d0a7b890d15257ea16fd21ed1c34737d.tar.gz
Add missing header to testsuite
This causes a problem for NetBSD+clang tests, because SIGTERM and kill are undefined. Resolves #80 Signed-off-by: Maya Rashish <coypu@sdf.org>
Diffstat (limited to 'tests/utils.h')
-rw-r--r--tests/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils.h b/tests/utils.h
index 4bffa45d9f..6da58717b7 100644
--- a/tests/utils.h
+++ b/tests/utils.h
@@ -23,6 +23,7 @@
#ifndef UTILS_H
#define UTILS_H
+#include <signal.h>
#include <string.h>
#include <stdarg.h>
#include <gnutls/gnutls.h>