aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVollstrecker <github@vollstreckernet.de>2025-02-12 22:46:34 +0100
committerMark Adler <madler@alumni.caltech.edu>2025-02-13 11:51:26 -0800
commit00161eff1de25e9eed56bffdbe58f2c07ca16e51 (patch)
treedb7e0a4c9c9df6e9dd6add064a8be44df74db999
parent8a844d434f0eef87d972ae6406b00968f7c52944 (diff)
downloadzlib-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib.h b/zlib.h
index ad33815..8cafa32 100644
--- a/zlib.h
+++ b/zlib.h
@@ -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
37extern "C" { 37extern "C" {