Mercurial > hg > orthanc
view OrthancFramework/Resources/Patches/zlib-1.3.1-zconf.patch @ 6424:4e7b2af98475
fix zlib build on MacOS 15
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 18 Nov 2025 10:18:46 +0100 |
| parents | |
| children |
line wrap: on
line source
diff -ruN zlib-1.3.1-orig/zlib.h zlib-1.3.1/zlib.h --- zlib-1.3.1-orig/zlib.h 2025-11-18 10:09:54.402921485 +0100 +++ zlib-1.3.1/zlib.h 2025-11-18 10:10:33.743470112 +0100 @@ -31,7 +31,7 @@ #ifndef ZLIB_H #define ZLIB_H -#include "zconf.h" +#include <zconf.h> #ifdef __cplusplus extern "C" {
