summaryrefslogtreecommitdiffstats
path: root/src/xmalloc.c
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2015-10-21 20:24:02 +0200
committerSlávek Banko <[email protected]>2015-10-21 20:24:02 +0200
commitd057953830e148631c371b140d983d7a25c064da (patch)
tree66d0365c5b07581a2598e0ded198f38b51c59184 /src/xmalloc.c
parentbb1740cd7327374a1124cb2931ba77ea59c90867 (diff)
downloadsmartcardauth-r14.0.3.tar.gz
smartcardauth-r14.0.3.zip
Fix function prototypesr14.0.3r14.0.2
This resolves Bug 2434 Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/xmalloc.c')
-rw-r--r--src/xmalloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmalloc.c b/src/xmalloc.c
index 4d00c52..f72f287 100644
--- a/src/xmalloc.c
+++ b/src/xmalloc.c
@@ -70,6 +70,8 @@
#include <pwd.h>
#include <grp.h>
+#include "messages.h"
+
/* Failure handler takes the function, the size, the file, and the line. */
typedef void (*xmalloc_handler_t)(const char *, size_t, const char *, int);