From 0f5336028f78cea21028ef02cafa471b70e722b5 Mon Sep 17 00:00:00 2001 From: Unbit Date: Fri, 23 Aug 2013 16:28:12 +0200 Subject: [PATCH] added OSX support for the pty plugin --- plugins/pty/pty.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/pty/pty.c b/plugins/pty/pty.c index 28177a72..286f5466 100644 --- a/plugins/pty/pty.c +++ b/plugins/pty/pty.c @@ -1,6 +1,8 @@ #include #ifdef __linux__ #include +#elif defined(__APPLE__) +#include #endif #include