From 8f09986340e602a69398b2866a265ea3f16609c6 Mon Sep 17 00:00:00 2001 From: Brett Grandbois Date: Tue, 6 Feb 2018 06:40:28 +1000 Subject: [PATCH] discover/pb-discover: #include for musl libc Signed-off-by: Brett Grandbois Signed-off-by: Samuel Mendoza-Jonas --- discover/pb-discover.c | 1 + 1 file changed, 1 insertion(+) diff --git a/discover/pb-discover.c b/discover/pb-discover.c index fd37068..c494eeb 100644 --- a/discover/pb-discover.c +++ b/discover/pb-discover.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include -- 2.39.2