mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Use Hiredis' sdscompat.h to map sds* calls to hi_sds*
This commit is contained in:
parent
6866158f0d
commit
275068c86f
@ -42,6 +42,7 @@
|
||||
#include <math.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include <sdscompat.h> /* Use hiredis' sds compat header that maps sds calls to their hi_ variants */
|
||||
#include <sds.h> /* Use hiredis sds. */
|
||||
#include "ae.h"
|
||||
#include "hiredis.h"
|
||||
|
@ -52,6 +52,7 @@
|
||||
#include <openssl/err.h>
|
||||
#include <hiredis_ssl.h>
|
||||
#endif
|
||||
#include <sdscompat.h> /* Use hiredis' sds compat header that maps sds calls to their hi_ variants */
|
||||
#include <sds.h> /* use sds.h from hiredis, so that only one set of sds functions will be present in the binary */
|
||||
#include "dict.h"
|
||||
#include "adlist.h"
|
||||
|
Loading…
Reference in New Issue
Block a user