aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/minigzip.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/minigzip.c b/test/minigzip.c
index 7c9eb79..974a98d 100644
--- a/test/minigzip.c
+++ b/test/minigzip.c
@@ -15,6 +15,10 @@
15 15
16/* @(#) $Id$ */ 16/* @(#) $Id$ */
17 17
18#ifndef _POSIX_C_SOURCE
19# define _POSIX_C_SOURCE 200112L
20#endif
21
18#include "zlib.h" 22#include "zlib.h"
19#include <stdio.h> 23#include <stdio.h>
20 24