]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (djm) [regress/setuid-allowed.c] Missing string.h for strerror()
authorDamien Miller <djm@mindrot.org>
Tue, 4 Feb 2014 00:38:28 +0000 (11:38 +1100)
committerDamien Miller <djm@mindrot.org>
Tue, 4 Feb 2014 00:38:28 +0000 (11:38 +1100)
ChangeLog
regress/setuid-allowed.c

index 40e347e43ee8ca2c2d05851128753da5e31a732e..cccbfc7a454ff558981a6ade737090f0b72b3c27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -66,6 +66,7 @@
      canonicalisation to unbreak case-sensitive matching of ssh_config;
      reported by Ike Devolder; ok markus@
  - (djm) [openbsd-compat/Makefile.in] Add missing explicit_bzero.o
+ - (djm) [regress/setuid-allowed.c] Missing string.h for strerror()
 
 20140131
  - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
index 37b7dc8ad65d5e29404c08a33c6cf4349a5b64b9..676d2661c044a44d6555934ff992f87a1e8fc4e8 100644 (file)
@@ -23,6 +23,7 @@
 # include <sys/statvfs.h>
 #endif
 #include <stdio.h>
+#include <string.h>
 #include <errno.h>
 
 void