mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 10:11:21 +00:00
Utils: Include stdint.h and fix signess in sdigits10().
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
#ifndef __REDIS_UTIL_H
|
||||
#define __REDIS_UTIL_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "sds.h"
|
||||
|
||||
int stringmatchlen(const char *p, int plen, const char *s, int slen, int nocase);
|
||||
|
Reference in New Issue
Block a user