From c278c4dbcd0fc89f7baee4c82676e9deef780528 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 May 2024 10:26:12 -0400 Subject: Fix bad confict resolution * Repairs linux build --- include/os_linux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/os_linux.h') diff --git a/include/os_linux.h b/include/os_linux.h index aabf1ff..7eb69bd 100644 --- a/include/os_linux.h +++ b/include/os_linux.h @@ -4,6 +4,7 @@ #include #include #include +#include #ifndef PATH_MAX #include -- cgit