From de21c6ec21e1a745fd5d9c4878218fb4d07f0737 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Sun, 20 Jul 2014 01:38:40 +0000 Subject: Make sure the correct errno is reported by warn* or err* and not the errno of an intervening cleanup operation like close/unlink/etc. Diff from Doug Hogan (doug (at) acyclic.org) --- src/regress/lib/libc/stdio_threading/include/local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/regress/lib/libc/stdio_threading/include') diff --git a/src/regress/lib/libc/stdio_threading/include/local.h b/src/regress/lib/libc/stdio_threading/include/local.h index 8d0e628cf6..7a7822a452 100644 --- a/src/regress/lib/libc/stdio_threading/include/local.h +++ b/src/regress/lib/libc/stdio_threading/include/local.h @@ -15,6 +15,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3-55-g6feb