summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/makemap.c
diff options
context:
space:
mode:
authorEric Faurot <eric@cvs.openbsd.org>2018-04-26 20:58:00 +0000
committerEric Faurot <eric@cvs.openbsd.org>2018-04-26 20:58:00 +0000
commit75721b659b83e2d4c8eda91412dd47bc8df913dc (patch)
treed002fce5bef5b9f01551d9b559f7d26e6b4eaf4c /usr.sbin/smtpd/makemap.c
parentf0a8aefcb0af87207df55010605217e65989c34d (diff)
sync log.h with other daemons
ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/makemap.c')
-rw-r--r--usr.sbin/smtpd/makemap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/makemap.c b/usr.sbin/smtpd/makemap.c
index 8f32e766fd2..1cc2f7a865d 100644
--- a/usr.sbin/smtpd/makemap.c
+++ b/usr.sbin/smtpd/makemap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: makemap.c,v 1.67 2017/07/27 18:48:30 sunil Exp $ */
+/* $OpenBSD: makemap.c,v 1.68 2018/04/26 20:57:59 eric Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -33,6 +33,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <syslog.h>
#include <unistd.h>
#include <limits.h>
#include <util.h>