]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Include string.h and stdio.h for strerror.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 15 Oct 2021 01:59:06 +0000 (12:59 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 15 Oct 2021 01:59:06 +0000 (12:59 +1100)
platform-tracing.c

index b67e64f25fb4a344966ef70d29d226ae3348fba5..c2810f2d0b36bb1d62f6e51d740e2c149244a3d1 100644 (file)
@@ -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"