[openssh-commits] [openssh] 01/01: Add missing includes for bsd-err.c.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Aug 27 08:57:16 AEST 2017
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit f5e917ab105af5dd6429348d9bc463e52b263f92
Author: Darren Tucker <dtucker at zip.com.au>
Date: Sun Aug 27 08:55:40 2017 +1000
Add missing includes for bsd-err.c.
Patch from cjwatson at debian.org via bz#2767.
---
openbsd-compat/bsd-err.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/openbsd-compat/bsd-err.c b/openbsd-compat/bsd-err.c
index ab10646f..e4ed22b8 100644
--- a/openbsd-compat/bsd-err.c
+++ b/openbsd-compat/bsd-err.c
@@ -27,6 +27,12 @@
#include "includes.h"
+#include <errno.h>
+#include <stdarg.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
#ifndef HAVE_ERR
void
err(int r, const char *fmt, ...)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list