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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Jun 2010 22:29:32 +0000 (15:29 -0700)
commitfb967ecc584c20c74a007de749ca597068b0fcac
tree6b597433e4945584c0050f9e481ba4bb65e6c879
parent032093bd44ac935ed3792ef592f94497d491cd8b
um: os-linux/mem.c needs sys/stat.h

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>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/os-Linux/mem.c