diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2021-06-25 17:23:34 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-12-24 12:52:14 +0100 |
commit | 7bf46bb53b9625fa2b1ed07890687cb50d907c96 (patch) | |
tree | 0a1ade613579ae6a46e1bd028d1b6578619c9b7b /zutil.c | |
parent | 3d7381f4e3cefb27193e5cede9af20ab6d50cfd4 (diff) |
Added build system check for posix_memalign support.
Co-authored-by: concatime <concatime@users.noreply@github.com>
Co-authored-by: Mika Lindqvist <postmaster@raasu.org>
Diffstat (limited to 'zutil.c')
-rw-r--r-- | zutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,8 +4,8 @@ */ #include "zbuild.h" -#include "zutil.h" #include "zutil_p.h" +#include "zutil.h" z_const char * const PREFIX(z_errmsg)[10] = { (z_const char *)"need dictionary", /* Z_NEED_DICT 2 */ |