From: Alon Bar-Lev Date: Mon, 9 May 2016 17:57:36 +0000 (+0300) Subject: build: tests/windows/cng-windows.c: fix implicit decleration of exit X-Git-Tag: gnutls_3_5_1~205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ada28bc73cc78e3b974e7b7faf9f19722d6ee152;p=thirdparty%2Fgnutls.git build: tests/windows/cng-windows.c: fix implicit decleration of exit Signed-off-by: Alon Bar-Lev --- 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 + void doit() { exit(77);