mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04: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