Commit 7eb47ae2 authored by antirez's avatar antirez
Browse files

Fix util.c compilation by including stdint.h.

parent 0ce352c1
...@@ -37,6 +37,7 @@ ...@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment