diff options
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> |