From 200e35e604bb7b5161e407eebfd01f105cfbafb6 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Thu, 15 Jun 2023 23:24:59 -0500 Subject: [PATCH] Use poll.h instead of sys/poll.h poll.h is the standard header name, and musl warns for including the wrong one. Signed-off-by: Bobby Bingham --- flow/gsl/gslcommon.c | 2 +- flow/gsl/gslopmaster.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flow/gsl/gslcommon.c b/flow/gsl/gslcommon.c index 6c8a692..b026e8e 100644 --- a/flow/gsl/gslcommon.c +++ b/flow/gsl/gslcommon.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include diff --git a/flow/gsl/gslopmaster.c b/flow/gsl/gslopmaster.c index 71940d6..fe198ac 100644 --- a/flow/gsl/gslopmaster.c +++ b/flow/gsl/gslopmaster.c @@ -17,7 +17,7 @@ * Boston, MA 02110-1301, USA. */ #include -#include +#include #include #include