Merge pull request #4964 from remicollet/issue-uint64

include stdint.h for unit64_t definition
This commit is contained in:
Salvatore Sanfilippo 2018-05-31 17:20:33 +02:00 committed by GitHub
commit f3b48978f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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