You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
402 B

--- ../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"