mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-07-25 17:11:16 +00:00
12 lines
311 B
Diff
12 lines
311 B
Diff
--- putty-0.74.orig/unix/uxpty.c 2020-06-21 12:30:49.000000000 -0500
|
|
+++ putty-0.74/unix/uxpty.c 2020-11-25 10:14:10.998910908 -0600
|
|
@@ -13,7 +13,7 @@
|
|
#include <fcntl.h>
|
|
#include <termios.h>
|
|
#include <grp.h>
|
|
-#include <utmp.h>
|
|
+#include <utmpx.h>
|
|
#include <pwd.h>
|
|
#include <time.h>
|
|
#include <sys/types.h>
|