Include stdarg.h explicitly instead of relying on event.h to bring it in.
authorflorian <florian@openbsd.org>
Tue, 4 Jul 2017 12:47:51 +0000 (12:47 +0000)
committerflorian <florian@openbsd.org>
Tue, 4 Jul 2017 12:47:51 +0000 (12:47 +0000)
prompted by dlg's commit to identd
OK dlg

usr.sbin/tftp-proxy/tftp-proxy.c

index 150428c..102c34f 100644 (file)
@@ -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>