X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/05ebee60843f24201f3e7c5c76ff94b6b5e868b2..a49919a10c11c141f1bfb8414d5c8d2ca9d4a90e:/pty.c

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>