From 5605cdade8dc8512c54f73863712b62582e6aaf4 Mon Sep 17 00:00:00 2001 From: William Roberts Date: Thu, 21 Nov 2013 07:00:38 -0800 Subject: [PATCH] logwrapper: fix missing include Use of ECHILD with no definitive errno.h inclusion. Explicitly listing the errno.h header file rather then relying on the inclusion chain to do so. Change-Id: I5552acd928d17fc62192217a30ff2e4fab0b1936 --- logwrapper/logwrapper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/logwrapper/logwrapper.c b/logwrapper/logwrapper.c index d0d8d1471..db6cb4c3b 100644 --- a/logwrapper/logwrapper.c +++ b/logwrapper/logwrapper.c @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include #include