From 9f2d06e89a9ba18f3193169a5d84789986ace2ab Mon Sep 17 00:00:00 2001 From: Tom Fairfield Date: Thu, 22 Apr 2021 18:23:42 -0700 Subject: [PATCH] use instead of on macos --- pts/tty0tty.c | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/pts/tty0tty.c b/pts/tty0tty.c index 22c526b..a3ce10b 100644 --- a/pts/tty0tty.c +++ b/pts/tty0tty.c @@ -32,7 +32,11 @@ #include #include +#ifdef __APPLE__ +#include +#else #include +#endif static char buffer[1024]; -- libgit2 0.21.4