summaryrefslogtreecommitdiffstats
path: root/usr.sbin/identd
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2017-07-04 01:07:32 +0000
committerdlg <dlg@openbsd.org>2017-07-04 01:07:32 +0000
commitbe9b181d437b9091bf57191cb9c88bc747df5bab (patch)
treeacac0972f5f357a7081c66cb3368fa2947d5dc51 /usr.sbin/identd
parentlet BUILDFIRST just build first, using the same trick guenther@ did in (diff)
downloadwireguard-openbsd-be9b181d437b9091bf57191cb9c88bc747df5bab.tar.xz
wireguard-openbsd-be9b181d437b9091bf57191cb9c88bc747df5bab.zip
include stdarg.h explicitly instead of relying on event.h to bring it in.
Diffstat (limited to 'usr.sbin/identd')
-rw-r--r--usr.sbin/identd/identd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/identd/identd.c b/usr.sbin/identd/identd.c
index 176e01f1bac..0529e1737af 100644
--- a/usr.sbin/identd/identd.c
+++ b/usr.sbin/identd/identd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: identd.c,v 1.36 2017/05/26 17:38:46 florian Exp $ */
+/* $OpenBSD: identd.c,v 1.37 2017/07/04 01:07:32 dlg Exp $ */
/*
* Copyright (c) 2013 David Gwynne <dlg@openbsd.org>
@@ -40,6 +40,7 @@
#include <stdio.h>
#include <limits.h>
#include <stdlib.h>
+#include <stdarg.h>
#include <string.h>
#include <signal.h>
#include <syslog.h>