From c66f99b1ca10247f4d419f18ffcb71bfed799f28 Mon Sep 17 00:00:00 2001 From: Ximalas Date: Sat, 25 Feb 2023 13:46:13 +0100 Subject: Update include order for fdstat_sysctl.c Some weird systems need you to include sys/types.h before any other sys/ headers (e.g. on FreeBSD). --- generic/fdstat_sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic') diff --git a/generic/fdstat_sysctl.c b/generic/fdstat_sysctl.c index 9e89a0da..49e8e362 100644 --- a/generic/fdstat_sysctl.c +++ b/generic/fdstat_sysctl.c @@ -11,8 +11,8 @@ in the source distribution for its full text. #include #include +#include // Shitty FreeBSD upstream headers #include -#include #include "config.h" -- cgit v1.2.3