summaryrefslogtreecommitdiffstats
path: root/src/xmalloc.c
diff options
context:
space:
mode:
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);