diff options
Diffstat (limited to 'test/example.c')
-rw-r--r-- | test/example.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/example.c b/test/example.c index e9cb806..d22e5f4 100644 --- a/test/example.c +++ b/test/example.c | |||
@@ -5,6 +5,10 @@ | |||
5 | 5 | ||
6 | /* @(#) $Id$ */ | 6 | /* @(#) $Id$ */ |
7 | 7 | ||
8 | #if defined(_WIN32) && !defined(_CRT_SECURE_NO_WARNINGS) | ||
9 | # define _CRT_SECURE_NO_WARNINGS | ||
10 | #endif | ||
11 | |||
8 | #include "zlib.h" | 12 | #include "zlib.h" |
9 | #include <stdio.h> | 13 | #include <stdio.h> |
10 | 14 | ||