"vscode:/vscode.git/clone" did not exist on "4bab6312239f4d77b7cc25ab7eec80fc3ba19506"
Commit 5a4a8670 authored by antirez's avatar antirez
Browse files

Fix util.c compilation by including stdint.h.

parent d6f309d4
......@@ -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