diff options
author | Vollstrecker <github@vollstreckernet.de> | 2025-02-12 22:46:34 +0100 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2025-02-13 11:51:26 -0800 |
commit | 00161eff1de25e9eed56bffdbe58f2c07ca16e51 (patch) | |
tree | db7e0a4c9c9df6e9dd6add064a8be44df74db999 | |
parent | 8a844d434f0eef87d972ae6406b00968f7c52944 (diff) | |
download | zlib-00161eff1de25e9eed56bffdbe58f2c07ca16e51.tar.gz zlib-00161eff1de25e9eed56bffdbe58f2c07ca16e51.tar.bz2 zlib-00161eff1de25e9eed56bffdbe58f2c07ca16e51.zip |
Do not look for zconf.h in the source directory.
Temporary patch for cmake, but too violent. A better solution will
need to be found.
-rw-r--r-- | zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ | |||
31 | #ifndef ZLIB_H | 31 | #ifndef ZLIB_H |
32 | #define ZLIB_H | 32 | #define ZLIB_H |
33 | 33 | ||
34 | #include "zconf.h" | 34 | #include <zconf.h> |
35 | 35 | ||
36 | #ifdef __cplusplus | 36 | #ifdef __cplusplus |
37 | extern "C" { | 37 | extern "C" { |