Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Standard C library header files by C++ header files
Replacing inttypes.h by cinttypes fixes a problem with glibc < 2.18: In older inttypes.h, the standard C format macros are only defined for C++ when the macro __STDC_FORMAT_MACROS is set. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information