Skip to content

Commit

Permalink
quickfix: fixes warnings and compiler errors with zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
dfvankomen committed May 10, 2024
1 parent d670271 commit a266fab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IO/zlib/inc/gzguts.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/

#include <unistd.h>

#ifdef _LARGEFILE64_SOURCE
# ifndef _LARGEFILE_SOURCE
# define _LARGEFILE_SOURCE 1
Expand Down

0 comments on commit a266fab

Please sign in to comment.