Fix util.c compilation by including stdint.h.

This commit is contained in:
antirez 2014-07-23 18:01:51 +02:00
parent d6f309d4c0
commit 5a4a86707e

View File

@ -37,6 +37,7 @@
#include <unistd.h>
#include <sys/time.h>
#include <float.h>
#include <stdint.h>
#include "util.h"