mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-26 11:02:20 +01:00
13 lines
301 B
Diff
13 lines
301 B
Diff
diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc
|
|
index 974551e..61ab685 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>
|