From 24c1b2deb2a064b7979b31799f70d95bc497a4a6 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 25 Jun 2021 16:22:01 +0100 Subject: [PATCH] fix a compilation error visible in Alpine Linux --- nqptp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nqptp.c b/nqptp.c index f90c364..1d8d02a 100644 --- a/nqptp.c +++ b/nqptp.c @@ -38,6 +38,8 @@ #include // close #include /* For O_* constants */ +#include // for fd_set +#include // for timeval #include // for shared memory stuff #include // umask -- 2.47.2