From 5598c7cc2294742ed9fc7bc2b09ddea4261a3219 Mon Sep 17 00:00:00 2001 From: Roberto De Ioris Date: Sun, 25 Aug 2013 20:41:28 +0200 Subject: [PATCH] added pty support to OpenBSD --- plugins/pty/pty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pty/pty.c b/plugins/pty/pty.c index f5c8d44a..de328dd9 100644 --- a/plugins/pty/pty.c +++ b/plugins/pty/pty.c @@ -1,7 +1,7 @@ #include #ifdef __linux__ #include -#elif defined(__APPLE__) +#elif defined(__APPLE__) || defined(__OpenBSD__) #include #endif #include