X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/778d618acb1083ba8d98bbc46e7d5c76e824d924..1f43b5c98597734ff951a9e6750fa2860b487d2a:/src/common/zstream.cpp

diff --git a/src/common/zstream.cpp b/src/common/zstream.cpp
index 5142f077b6..2636efd14b 100644
--- a/src/common/zstream.cpp
+++ b/src/common/zstream.cpp
@@ -33,10 +33,8 @@
 // the user (who can define wxUSE_ZLIB_H_IN_PATH), we hardcode the path here
 #if defined(__WXMSW__) && !defined(__WX_SETUP_H__) && !defined(wxUSE_ZLIB_H_IN_PATH)
    #include "../zlib/zlib.h"
-#elif defined(__WXMAC__) && defined(__UNIX__)
-   #include <Kernel/net/zlib.h>
 #else
-   #include <zlib.h>
+   #include "zlib.h"
 #endif
 
 #define ZSTREAM_BUFFER_SIZE 1024