X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..4004f41e3ce1655f9fa05c55a697ac0f8677c23a:/src/common/zstream.cpp diff --git a/src/common/zstream.cpp b/src/common/zstream.cpp index 1090d6b3a2..a50768c912 100644 --- a/src/common/zstream.cpp +++ b/src/common/zstream.cpp @@ -32,7 +32,7 @@ // If we are building with configure (defines __WX_SETUP_H__), // we trust the zlib path is given as a -I option. #if defined(__WXMSW__) && !defined(__WX_SETUP_H__) - #include "..\zlib\zlib.h" + #include "../zlib/zlib.h" #else #include "zlib.h" #endif