aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat
diff options
context:
space:
mode:
authorCharles Longeau <github@chl.be>2012-07-31 20:56:38 +0200
committerCharles Longeau <github@chl.be>2012-07-31 20:56:38 +0200
commit0c1df0159dd0807649e07fca7fb2e5278d59e590 (patch)
tree1a3c96985b8fc6fee46bfb95ad5e357ea1aa24ea /openbsd-compat
parentproperly deal with make dist (diff)
downloadOpenSMTPD-0c1df0159dd0807649e07fca7fb2e5278d59e590.tar.xz
OpenSMTPD-0c1df0159dd0807649e07fca7fb2e5278d59e590.zip
add missing include
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/xmalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/xmalloc.c b/openbsd-compat/xmalloc.c
index d6b6793d..967b2604 100644
--- a/openbsd-compat/xmalloc.c
+++ b/openbsd-compat/xmalloc.c
@@ -15,6 +15,7 @@
#include "includes.h"
+#include <err.h>
#include <limits.h>
#include <stdarg.h>
#include <stdio.h>