From 27041586cabe71426cf12095f76a0a8621e4894a Mon Sep 17 00:00:00 2001
From: Andrew Borodin <aborodin@vmail.ru>
Date: Sun, 23 Oct 2011 14:52:39 +0400
Subject: [PATCH] Ticket #2643: 4.8.0 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>
---
lib/vfs/parse_ls_vga.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/vfs/parse_ls_vga.c b/lib/vfs/parse_ls_vga.c
index 8091c14..994c744 100644
a
|
b
|
|
41 | 41 | #include <stdlib.h> |
42 | 42 | |
43 | 43 | #include "lib/global.h" |
| 44 | #include "lib/unixcompat.h" /* makedev */ |
44 | 45 | #include "lib/widget.h" /* message() */ |
45 | 46 | |
46 | 47 | #include "utilvfs.h" |