From 1638a5e8a90f0f0a6d46cdf3ff9f2393c45c248a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 8 May 2014 05:31:43 -0400 Subject: abstract out error logging a bit just spitting things to stderr isn't always going to be good enough, so let's at least provide one place to change that when necessary --- src/pty-unix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pty-unix.c') diff --git a/src/pty-unix.c b/src/pty-unix.c index 82a3809..b43ae6f 100644 --- a/src/pty-unix.c +++ b/src/pty-unix.c @@ -1,5 +1,6 @@ #define _XOPEN_SOURCE 600 #include +#include #include #include #include -- cgit v1.2.3-54-g00ecf