]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
um: os-linux/mem.c needs sys/stat.h
authorLiu Aleaxander <aleaxander@gmail.com>
Tue, 29 Jun 2010 22:05:40 +0000 (15:05 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 13 Jul 2011 03:29:26 +0000 (05:29 +0200)
commit2b71587b0da22ec843730baceae7dca082650bd6
treef925768152e30b2491ba190ca6d3ef6022876e3b
parent3bbcb3edf0ede7fc35639b1c73434b55f969f5b0
um: os-linux/mem.c needs sys/stat.h

commit fb967ecc584c20c74a007de749ca597068b0fcac 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: Liu Aleaxander <Aleaxander@gmail.com>
Acked-by: Boaz Harrosh <bharrosh@panasas.com>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/um/os-Linux/mem.c