[openssh-commits] [openssh] 01/01: Include string.h and stdio.h for strerror.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Oct 15 12:59:35 AEDT 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 4d2cbdb525d673acf941d48a7044fcf03125611a
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Oct 15 12:59:06 2021 +1100

    Include string.h and stdio.h for strerror.
---
 platform-tracing.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/platform-tracing.c b/platform-tracing.c
index b67e64f2..c2810f2d 100644
--- a/platform-tracing.c
+++ b/platform-tracing.c
@@ -30,6 +30,8 @@
 #include <priv.h> /* For setpflags() and __PROC_PROTECT  */
 #endif
 #include <stdarg.h>
+#include <stdio.h>
+#include <string.h>
 
 #include "log.h"
 

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list