mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 11:41:20 +00:00
Fix util.c compilation by including stdint.h.
This commit is contained in:
@ -37,6 +37,7 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
#include <float.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
|
Reference in New Issue
Block a user