mirror of
https://github.com/fluencelabs/redis
synced 2025-05-29 02:01:19 +00:00
Fix util.c compilation by including stdint.h.
This commit is contained in:
parent
d6f309d4c0
commit
5a4a86707e
@ -37,6 +37,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user