diff options
author | Soumil Shah <soumil_92@codeaurora.org> | 2018-02-02 10:37:24 -0800 |
---|---|---|
committer | Rohit Kulkarni <rkulkarn@codeaurora.org> | 2018-02-15 18:59:32 -0800 |
commit | d19b9219dd09e7ec55856c0813f8a6ccb488b3ca (patch) | |
tree | 0a0b3569d5119b5c9a87762d89c2c53e0d12d5ee /sdm/libs/hwc2/hwc_buffer_sync_handler.cpp | |
parent | e3beae8696d16f8ea448c496130dc6ca75601582 (diff) |
Add missing include file to fix compilation error
Add include of errno.h
Change-Id: I9c62ffd6feffd55d0adeafe0ff84b0336e139481
Diffstat (limited to 'sdm/libs/hwc2/hwc_buffer_sync_handler.cpp')
-rw-r--r-- | sdm/libs/hwc2/hwc_buffer_sync_handler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdm/libs/hwc2/hwc_buffer_sync_handler.cpp b/sdm/libs/hwc2/hwc_buffer_sync_handler.cpp index 784e91b5..f2dacb22 100644 --- a/sdm/libs/hwc2/hwc_buffer_sync_handler.cpp +++ b/sdm/libs/hwc2/hwc_buffer_sync_handler.cpp @@ -27,6 +27,7 @@ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <errno.h> #include <sync/sync.h> #include <utils/constants.h> #include <utils/debug.h> |