From ec0b19bd6d25e3f4afea06b28c132b602bbff180 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 17 Jul 2013 16:40:26 +0200 Subject: Fix formating of variables with type: key_serial_t --- src/util/sss_format.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/util') diff --git a/src/util/sss_format.h b/src/util/sss_format.h index db1a5051..ac3d3828 100644 --- a/src/util/sss_format.h +++ b/src/util/sss_format.h @@ -29,4 +29,7 @@ #include +/* key_serial_t is defined in keyutils.h as typedef int32_t */ +#define SPRIkey_ser PRId32 + #endif /* __SSS_FORMAT_H__ */ -- cgit