Skip to content

Commit

Permalink
Include unistd.h in gzguts.h for mantis build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Oct 18, 2023
1 parent 8c67b8c commit 4af813a
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -48,6 +48,8 @@
# define read _read
# define write _write
# define close _close
#else
#include <unistd.h>
#endif

#ifdef NO_DEFLATE /* for compatibility with old definition */
Expand Down

0 comments on commit 4af813a

Please sign in to comment.