commit | 065cff7db9c71f8f33e869064298f814185ee7f3 | [log] [tgz] |
---|---|---|
author | Naseer Ahmed <naseer@codeaurora.org> | Mon Mar 20 15:07:28 2017 -0400 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Mar 21 17:34:17 2017 -0700 |
tree | 155919c185f6b802f68c2c03f86888373f16bb6f | |
parent | 92998628b7700aa1c8ddbbe4323fff5c5733e015 [diff] |
sdm: Fix compilation issue with updated framework CRs-Fixed: 2022156 Change-Id: I83438c2e1178c4b560fac44dfe511ca17a6644bf
diff --git a/sdm/libs/hwc2/hwc_display.cpp b/sdm/libs/hwc2/hwc_display.cpp index 2157d23..2de1e8e 100644 --- a/sdm/libs/hwc2/hwc_display.cpp +++ b/sdm/libs/hwc2/hwc_display.cpp
@@ -21,6 +21,8 @@ #include <errno.h> #include <math.h> #include <sync/sync.h> +#include <sys/types.h> +#include <sys/stat.h> #include <utils/constants.h> #include <utils/debug.h> #include <utils/formats.h>