Commit d558af8e authored by antirez's avatar antirez
Browse files

Fix util.c compilation by including stdint.h.

parent e426e778
......@@ -37,6 +37,7 @@
#include <unistd.h>
#include <sys/time.h>
#include <float.h>
#include <stdint.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