From b26b192a83d33aa73019914fc03ab6000be29cf2 Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Tue, 29 Jul 2025 16:44:43 +0200 Subject: [PATCH] I wonder what happens if I swap the order of these two Ticket: ENT-13146 Signed-off-by: Lars Erik Wik --- libutils/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libutils/platform.h b/libutils/platform.h index 80eac96a..48c314f5 100644 --- a/libutils/platform.h +++ b/libutils/platform.h @@ -341,8 +341,8 @@ void globfree(glob_t *pglob); #endif #ifndef __MINGW32__ -# include # include +# include #endif #ifdef HAVE_SYS_SOCKIO_H