Include <cerrno>
authorYuxin Wu <ppwwyyxxc@gmail.com>
Fri, 31 Mar 2017 21:54:34 +0000 (14:54 -0700)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2017 21:54:34 +0000 (14:54 -0700)
commitb3640817e3fa1ae42aea59b67989d0559327f52d
tree186850bc9bf04c2f08fc19ce2d66144581685d5c
parentfb8bb48db97a14a1c523be2ab32c92abee825a93
Include <cerrno>

When compiling on Linux host to armv7a target following to the tutorial, got error of "errno undeclared". Include this header fixed this problem.
test_helpers/Utils.cpp