texlive-tlmgr: add subpackage
[termux-packages] / packages / vifm / file_info.c.patch
CommitLineData
c3a2c2c7 1--- ../cache/vifm-0.9/src/modes/file_info.c 2017-06-18 14:31:25.000000000 +0000
2+++ ./src/modes/file_info.c 2017-10-03 23:51:20.005137148 +0000
3@@ -31,7 +31,7 @@
4 #include <stdlib.h> /* free() */
5 #include <string.h> /* strlen() */
6 #include <time.h> /* tm localtime() strftime() */
7-
8+#include <sys/sysmacros.h>
9 #include "../cfg/config.h"
10 #include "../compat/fs_limits.h"
11 #include "../compat/os.h"