summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tftp-proxy
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2017-07-04 12:47:51 +0000
committerflorian <florian@openbsd.org>2017-07-04 12:47:51 +0000
commitf9ed04f268624655113564ac2968433db05e4214 (patch)
treed4349148c65d1e920c65905e186b76c8b93f8b0f /usr.sbin/tftp-proxy
parentcomplete "nodepend" in source (diff)
downloadwireguard-openbsd-f9ed04f268624655113564ac2968433db05e4214.tar.xz
wireguard-openbsd-f9ed04f268624655113564ac2968433db05e4214.zip
Include stdarg.h explicitly instead of relying on event.h to bring it in.
prompted by dlg's commit to identd OK dlg
Diffstat (limited to 'usr.sbin/tftp-proxy')
-rw-r--r--usr.sbin/tftp-proxy/tftp-proxy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/tftp-proxy/tftp-proxy.c b/usr.sbin/tftp-proxy/tftp-proxy.c
index 150428c1de6..102c34f4d42 100644
--- a/usr.sbin/tftp-proxy/tftp-proxy.c
+++ b/usr.sbin/tftp-proxy/tftp-proxy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tftp-proxy.c,v 1.20 2017/05/26 17:38:46 florian Exp $
+/* $OpenBSD: tftp-proxy.c,v 1.21 2017/07/04 12:47:51 florian Exp $
*
* Copyright (c) 2005 DLS Internet Services
* Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl>
@@ -46,6 +46,7 @@
#include <stdio.h>
#include <syslog.h>
#include <string.h>
+#include <stdarg.h>
#include <stdlib.h>
#include <event.h>