Skip to content

Commit 00161ef

Browse files
Vollstreckermadler
authored andcommitted
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.
1 parent 8a844d4 commit 00161ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zlib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#ifndef ZLIB_H
3232
#define ZLIB_H
3333

34-
#include "zconf.h"
34+
#include <zconf.h>
3535

3636
#ifdef __cplusplus
3737
extern "C" {

0 commit comments

Comments
 (0)