From 95b70b1b169c7df97bd1dcf6eb8ca9aebe57ca57 Mon Sep 17 00:00:00 2001 From: rxi Date: Thu, 11 Jun 2020 15:05:39 +0100 Subject: [PATCH] Revert "Removed __APPLE__ `#ifdef` from main.c" This reverts commit 6a7e214d1cb7ecdd292dd2b17c17f2504904db4e. --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.c b/src/main.c index cf9baa1..6a77242 100644 --- a/src/main.c +++ b/src/main.c @@ -7,6 +7,8 @@ #include #elif __linux__ #include +#elif __APPLE__ + #include #endif