mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-11 18:32:53 +03:00
Ticket #2643: can't compile on OpenIndiana (Solaris)
lib/vfs/parse_ls_vga.c: added #include "lib/unixcompat.h" where makedev macro is defined. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
d7ed6615ef
commit
0035a1de73
@ -41,6 +41,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "lib/global.h"
|
||||
#include "lib/unixcompat.h" /* makedev */
|
||||
#include "lib/widget.h" /* message() */
|
||||
|
||||
#include "utilvfs.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user