]> git.armaanb.net Git - st.git/blobdiff - pty.c
source utility functions out to util.c
[st.git] / pty.c
diff --git a/pty.c b/pty.c
index bf0b0f7e072bbd9c92a6b68964cb259819b05473..4c38d8677c8ce58c11992f6cf4e888d445ac4a54 100644 (file)
--- 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>