Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/zlib/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 795 B image not shown  

Quelle  missinginclude.patch   Sprache: unbekannt

 
--- gzlib.c
+++ gzlib.c
@@ -3,6 +3,9 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
+#if !defined _WIN32
+#include <unistd.h>
+#endif
 #include "gzguts.h"
 
 #if defined(_WIN32) && !defined(__BORLANDC__)
--- gzread.c
+++ gzread.c
@@ -3,6 +3,9 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
+#if !defined _WIN32
+#include <unistd.h>
+#endif
 #include "gzguts.h"
 
 /* Use read() to load a buffer -- return -1 on error, otherwise 0.  Read from
--- gzwrite.c
+++ gzwrite.c
@@ -3,6 +3,9 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
+#if !defined _WIN32
+#include <unistd.h>
+#endif
 #include "gzguts.h"
 
 /* Initialize state for writing a gzip file.  Mark initialization by setting

[ Dauer der Verarbeitung: 0.24 Sekunden  (vorverarbeitet)  ]