From: florian Date: Tue, 4 Jul 2017 12:47:51 +0000 (+0000) Subject: Include stdarg.h explicitly instead of relying on event.h to bring it in. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f9ed04f268624655113564ac2968433db05e4214;p=openbsd Include stdarg.h explicitly instead of relying on event.h to bring it in. prompted by dlg's commit to identd OK dlg --- 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, @@ -46,6 +46,7 @@ #include #include #include +#include #include #include