- (djm) [regress/setuid-allowed.c] Missing string.h for strerror()

This commit is contained in:
Damien Miller 2014-02-04 11:38:28 +11:00
parent bf7e0f03be
commit 9c449bc183
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@
canonicalisation to unbreak case-sensitive matching of ssh_config; canonicalisation to unbreak case-sensitive matching of ssh_config;
reported by Ike Devolder; ok markus@ reported by Ike Devolder; ok markus@
- (djm) [openbsd-compat/Makefile.in] Add missing explicit_bzero.o - (djm) [openbsd-compat/Makefile.in] Add missing explicit_bzero.o
- (djm) [regress/setuid-allowed.c] Missing string.h for strerror()
20140131 20140131
- (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)

View File

@ -23,6 +23,7 @@
# include <sys/statvfs.h> # include <sys/statvfs.h>
#endif #endif
#include <stdio.h> #include <stdio.h>
#include <string.h>
#include <errno.h> #include <errno.h>
void void