Commit d55c5e8c authored by Remi Collet's avatar Remi Collet Committed by antirez
Browse files

include stdint.h for unit64_t definition

parent d2aa10d0
......@@ -30,6 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
/* This function provide us access to the original libc free(). This is useful
* for instance to free results obtained by backtrace_symbols(). We need
......
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