From 200e35e604bb7b5161e407eebfd01f105cfbafb6 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Thu, 15 Jun 2023 23:24:59 -0500 Subject: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flow/gsl/gslcommon.c') 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 -- cgit v1.2.1