summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/sss_format.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/sss_format.h b/src/util/sss_format.h
index db1a5051f..ac3d38289 100644
--- a/src/util/sss_format.h
+++ b/src/util/sss_format.h
@@ -29,4 +29,7 @@
#include <inttypes.h>
+/* key_serial_t is defined in keyutils.h as typedef int32_t */
+#define SPRIkey_ser PRId32
+
#endif /* __SSS_FORMAT_H__ */