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