1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-14 01:36:39 +00:00
termux-packages/packages/vifm/file_info.c.patch
2017-10-10 23:17:47 +02:00

12 lines
402 B
Diff

--- ../cache/vifm-0.9/src/modes/file_info.c 2017-06-18 14:31:25.000000000 +0000
+++ ./src/modes/file_info.c 2017-10-03 23:51:20.005137148 +0000
@@ -31,7 +31,7 @@
#include <stdlib.h> /* free() */
#include <string.h> /* strlen() */
#include <time.h> /* tm localtime() strftime() */
-
+#include <sys/sysmacros.h>
#include "../cfg/config.h"
#include "../compat/fs_limits.h"
#include "../compat/os.h"