summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazorloves <razorloves@gmail.com>2019-10-27 23:40:00 -0500
committerMichael Bestas <mkbestas@lineageos.org>2019-12-11 20:04:39 +0200
commitb81f00d7fb29c2710f9c05e8e31c02de9315f50a (patch)
tree237c340a897f83571aee51d3bd3064ff92732079
parente7a7d92d12b3dd2fb1f9e402722d80ddb09ad1a0 (diff)
downloadandroid_hardware_qcom_sdm845_display-b81f00d7fb29c2710f9c05e8e31c02de9315f50a.tar.gz
android_hardware_qcom_sdm845_display-b81f00d7fb29c2710f9c05e8e31c02de9315f50a.tar.bz2
android_hardware_qcom_sdm845_display-b81f00d7fb29c2710f9c05e8e31c02de9315f50a.zip
display: histogram: Add missing epoll_event.h includestaging/lineage-17.0_merge-android-10.0.0_r9
Fixes "error: variable has incomplete type 'struct epoll_event'" Change-Id: I7e21e5aa176e01142d580fac85d956c333b0c52d
-rw-r--r--libhistogram/histogram_collector.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhistogram/histogram_collector.cpp b/libhistogram/histogram_collector.cpp
index 868aaff5..aabd6edd 100644
--- a/libhistogram/histogram_collector.cpp
+++ b/libhistogram/histogram_collector.cpp
@@ -14,6 +14,7 @@
* limitations under the License.
*/
+#include <bits/epoll_event.h>
#include <chrono>
#include <ctime>
#include <iomanip>