From d6f6cd2213ad7421230ec1682189ce7a71290b53 Mon Sep 17 00:00:00 2001
From: Ismael Luceno <ismael@sourcemage.org>
Date: Fri, 28 Jun 2019 23:06:43 +0200
Subject: [PATCH] example: Add missing includes

Fixes build against musl libc.

Signed-off-by: Ismael Luceno <ismael@sourcemage.org>
---
 example/passthrough_hp.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc
index 974551ea4553..61ab68562116 100644
--- a/example/passthrough_hp.cc
+++ b/example/passthrough_hp.cc
@@ -67,6 +67,7 @@
 #include <time.h>
 #include <unistd.h>
 #include <pthread.h>
+#include <limits.h>
 
 // C++ includes
 #include <cstddef>
-- 
2.22.0

