OSDN Git Service

gralloc0: include errno.h
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 28 Apr 2019 19:56:06 +0000 (21:56 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Sun, 28 Apr 2019 20:06:47 +0000 (22:06 +0200)
commit590c04ae76b07f7c2f05461b71a028e843e2a5a4
tree97c26c7ccc59e7c600464cbf7e84725b76588c87
parent09730d8a1bfabc20eceee18f7d2d324bd72e9e38
gralloc0: include errno.h

Fixes the following building error:

external/minigbm_intel/cros_gralloc/gralloc0/gralloc0.cc:123:11:
error: use of undeclared identifier 'EINVAL'
                return -EINVAL;
                        ^
cros_gralloc/gralloc0/gralloc0.cc