diff options
Diffstat (limited to 'p11-kit/private.h')
-rw-r--r-- | p11-kit/private.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/p11-kit/private.h b/p11-kit/private.h index da9fbae..f2cd181 100644 --- a/p11-kit/private.h +++ b/p11-kit/private.h @@ -35,6 +35,7 @@ #ifndef __P11_KIT_PRIVATE_H__ #define __P11_KIT_PRIVATE_H__ +#include "compat.h" #include "pkcs11.h" #include "util.h" @@ -53,7 +54,8 @@ typedef struct { #define _p11_unlock() _p11_mutex_unlock (&_p11_mutex); -void _p11_message (const char* msg, ...); +void _p11_message (const char* msg, + ...) GNUC_PRINTF (1, 2); p11_local * _p11_library_get_thread_local (void); |