mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-24 00:59:02 -05:00
27e29f4fe6
The original jemalloc source tree was modified to: 1. Remove the configure error that prevents nested builds. 2. Insert the Redis private Jemalloc API in order to allow the Redis fragmentation function to work.
7 lines
134 B
C
7 lines
134 B
C
#ifndef MSVC_COMPAT_WINDOWS_EXTRA_H
|
|
#define MSVC_COMPAT_WINDOWS_EXTRA_H
|
|
|
|
#include <errno.h>
|
|
|
|
#endif /* MSVC_COMPAT_WINDOWS_EXTRA_H */
|