aboutsummaryrefslogtreecommitdiff
path: root/pty.c
diff options
context:
space:
mode:
Diffstat (limited to 'pty.c')
-rw-r--r--pty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pty.c b/pty.c
index bf0b0f7..4c38d86 100644
--- a/pty.c
+++ b/pty.c
@@ -1,4 +1,5 @@
/* See LICENSE file for copyright and license details. */
+#include "util.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>