endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths.

This commit is contained in:
antirez
2012-02-14 16:11:46 +01:00
parent 18aa2b87b6
commit 7a3e372025
8 changed files with 193 additions and 117 deletions

View File

@ -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. */