From 52cf4453f298d3cb7f909f8b16609a7fb3e90550 Mon Sep 17 00:00:00 2001 From: razorloves Date: Sun, 27 Oct 2019 23:40:00 -0500 Subject: display: histogram: Add missing epoll_event.h include Fixes "error: variable has incomplete type 'struct epoll_event'" Change-Id: I7e21e5aa176e01142d580fac85d956c333b0c52d --- libhistogram/histogram_collector.cpp | 1 + 1 file changed, 1 insertion(+) 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 #include #include #include -- cgit v1.2.3