]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
build: tests/windows/cng-windows.c: fix implicit decleration of exit
authorAlon Bar-Lev <alon.barlev@gmail.com>
Mon, 9 May 2016 17:57:36 +0000 (20:57 +0300)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 10 May 2016 07:17:02 +0000 (09:17 +0200)
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
tests/windows/cng-windows.c

index f435afb2c2a241c750ef01af7249fa6ef1a3c30f..e92f7b037e32d0c0502a708fb2fd13fb349e11a1 100644 (file)
@@ -31,6 +31,8 @@
 
 #ifndef _WIN32
 
+#include <stdlib.h>
+
 void doit()
 {
        exit(77);