mirror of
https://github.com/madler/zlib
synced 2025-03-28 21:13:15 +00:00
Enable fileno() for POSIX system in minigzip.c.
This commit is contained in:
parent
abd3d1a289
commit
4b98fd39c8
@ -15,6 +15,10 @@
|
||||
|
||||
/* @(#) $Id$ */
|
||||
|
||||
#ifndef _POSIX_C_SOURCE
|
||||
# define _POSIX_C_SOURCE 200112L
|
||||
#endif
|
||||
|
||||
#include "zlib.h"
|
||||
#include <stdio.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user