Skip to content
Snippets Groups Projects
Commit b987f980 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix macro missing from C++.

parent 34afc9e7
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@
#include "var_cksum.h"
#include "stream_cksum.h"
#ifdef __cplusplus
#define PRIx32 ""
#endif
static struct cksum_table *
read_table(const char *table_fname, size_t *table_len)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment