From fe993346307408db2d9f338ec477dae9045966c1 Mon Sep 17 00:00:00 2001 From: und3fin3 <44235876+und3fin3@users.noreply.github.com> Date: Fri, 1 Mar 2019 23:14:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Mac=20OS=20X=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h3c.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/h3c.h b/h3c.h index 36b749c..addf148 100644 --- a/h3c.h +++ b/h3c.h @@ -44,6 +44,8 @@ #include #elif __OpenBSD__ #include +#elif __APPLE__ +#include #else #error UNKOWN UNIX PLATFORM #endif