diff options
-rw-r--r-- | tests/windows/cng-windows.c | 2 |
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); |