summaryrefslogtreecommitdiff
path: root/app-misc/screen/files/screen-5.0.0-utmp-musl.patch
blob: de3d2fb718406385fbb2c96e5cfacfff5ccbb998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

Patch from: https://github.com/void-linux/void-packages/commit/0f6da07

--- a/utmp.c
+++ b/utmp.c
@@ -30,6 +30,7 @@
 
 #include "utmp.h"
 
+#include <signal.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>