summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2016-05-09 20:57:36 +0300
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-10 09:17:02 +0200
commitada28bc73cc78e3b974e7b7faf9f19722d6ee152 (patch)
tree34aae8d23c7668ce81cb09ab11ab17a24f02b13c
parent38be05571223fc4ee0b96e75ddbcab500620dd3c (diff)
downloadgnutls-ada28bc73cc78e3b974e7b7faf9f19722d6ee152.tar.gz
build: tests/windows/cng-windows.c: fix implicit decleration of exit
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
-rw-r--r--tests/windows/cng-windows.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/windows/cng-windows.c b/tests/windows/cng-windows.c
index f435afb2c2..e92f7b037e 100644
--- a/tests/windows/cng-windows.c
+++ b/tests/windows/cng-windows.c
@@ -31,6 +31,8 @@
#ifndef _WIN32
+#include <stdlib.h>
+
void doit()
{
exit(77);