mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 14:01:34 +00:00
endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
#include <string.h>
|
||||
#include "intset.h"
|
||||
#include "zmalloc.h"
|
||||
#include "endian.h"
|
||||
#include "endianconv.h"
|
||||
|
||||
/* Note that these encodings are ordered, so:
|
||||
* INTSET_ENC_INT16 < INTSET_ENC_INT32 < INTSET_ENC_INT64. */
|
||||
|
Reference in New Issue
Block a user