Enable fileno() for POSIX system in minigzip.c.

pull/931/head
Paul Marquess 1 year ago committed by Mark Adler
parent abd3d1a289
commit 4b98fd39c8
  1. 4
      test/minigzip.c

@ -15,6 +15,10 @@
/* @(#) $Id$ */
#ifndef _POSIX_C_SOURCE
# define _POSIX_C_SOURCE 200112L
#endif
#include "zlib.h"
#include <stdio.h>

Loading…
Cancel
Save