Skip to content
Commit dbd4153c authored by Liu Aleaxander's avatar Liu Aleaxander Committed by Herton Ronaldo Krzesinski
Browse files

um: os-linux/mem.c needs sys/stat.h

BugLink: http://bugs.launchpad.net/bugs/810425

commit fb967ecc

 upstream.

The os-linux/mem.c file calls fchmod function, which is declared in sys/stat.h
header file, so include it.  Fixes build breakage under FC13.

Signed-off-by: default avatarLiu Aleaxander <Aleaxander@gmail.com>
Acked-by: default avatarBoaz Harrosh <bharrosh@panasas.com>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarStefan Bader <stefan.bader@canonical.com>
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 81c323a6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment