- (djm) [regress/setuid-allowed.c] Missing string.h for strerror()
diff --git a/ChangeLog b/ChangeLog
index 40e347e..cccbfc7 100644
--- 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)
diff --git a/regress/setuid-allowed.c b/regress/setuid-allowed.c
index 37b7dc8..676d266 100644
--- a/regress/setuid-allowed.c
+++ b/regress/setuid-allowed.c
@@ -23,6 +23,7 @@
 # include <sys/statvfs.h>
 #endif
 #include <stdio.h>
+#include <string.h>
 #include <errno.h>
 
 void