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_darwin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/os_darwin.h') diff --git a/include/os_darwin.h b/include/os_darwin.h index 465adc4..d5ed1c6 100644 --- a/include/os_darwin.h +++ b/include/os_darwin.h @@ -21,6 +21,8 @@ #include #endif +#include + extern char **environ; #define __environ environ -- cgit