Skip to content

Commit

Permalink
Do not look for zconf.h in the source directory.
Browse files Browse the repository at this point in the history
Temporary patch for cmake, but too violent. A better solution will
need to be found.
  • Loading branch information
Vollstrecker authored and madler committed Feb 13, 2025
1 parent 8a844d4 commit 00161ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#ifndef ZLIB_H
#define ZLIB_H

#include "zconf.h"
#include <zconf.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 00161ef

Please sign in to comment.