mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 00:50:50 +00:00
include stdint.h for unit64_t definition
This commit is contained in:
parent
3d5e2c62e2
commit
9561fec496
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user