aboutsummaryrefslogtreecommitdiff
path: root/editors/vscode/files/node_modules/patch-node__modules_node-pty_src_unix_pty.cc
blob: c037e9ed555be780e0993f66a1e23f78b5072e2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- node_modules/node-pty/src/unix/pty.cc.orig	2023-05-05 07:40:15 UTC
+++ node_modules/node-pty/src/unix/pty.cc
@@ -36,6 +36,8 @@
 #include <pty.h>
 #elif defined(__APPLE__)
 #include <util.h>
+#elif defined(__FreeBSD__)
+#include <libutil.h>
 #endif
 
 /* Some platforms name VWERASE and VDISCARD differently */