summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazorloves <razorloves@gmail.com>2019-10-27 23:40:00 -0500
committerrazorloves <razorloves@gmail.com>2019-10-27 23:51:34 -0500
commit52cf4453f298d3cb7f909f8b16609a7fb3e90550 (patch)
tree237c340a897f83571aee51d3bd3064ff92732079
parent56bcae8eb5c6a4f0ea16bf835db439a29ee81c69 (diff)
downloadandroid_hardware_qcom_sdm845_display-lineage-17.0.tar.gz
android_hardware_qcom_sdm845_display-lineage-17.0.tar.bz2
android_hardware_qcom_sdm845_display-lineage-17.0.zip
display: histogram: Add missing epoll_event.h includelineage-17.0
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>