Fix util.c compilation by including stdint.h.

This commit is contained in:
antirez 2014-07-23 18:01:51 +02:00
parent 0ce352c19f
commit 7eb47ae290

View File

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