aboutsummaryrefslogtreecommitdiffstats
path: root/main/mrxvt/musl-fix-includes.patch
blob: 5415f9079c3b6ea5ceab994056ba012c8c4f9cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Only in mrxvt-0.5.4: src/logging.o
Only in mrxvt-0.5.4: src/mrxvt
--- mrxvt-0.5.4.orig/src/rxvt.h
+++ mrxvt-0.5.4/src/rxvt.h
@@ -58,6 +58,7 @@
 #include <stdint.h>
 #include <ctype.h>
 #include <errno.h>
+#include <paths.h>
 #include <signal.h>
 
 #ifdef HAVE_SYS_TYPES_H