forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd89098
commit 5e5ebfb
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
diff -Naru i/joe/tty.c w/joe/tty.c | ||
--- ./joe/tty.c 2018-01-10 17:28:34 | ||
+++ ../joe-i-4.6/joe/tty.c 2024-10-02 14:08:22 | ||
@@ -6,6 +6,7 @@ | ||
* This file is part of JOE (Joe's Own Editor) | ||
*/ | ||
#include "types.h" | ||
+#include <util.h> | ||
|
||
/* Needed for TIOCGWINSZ detection below */ | ||
#ifdef GWINSZ_IN_SYS_IOCTL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters