]> git.karo-electronics.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>
Mon, 2 Aug 2010 17:29:48 +0000 (10:29 -0700)
commitd4de4749aea60679715d7c30a05ac2afa98bb83a
tree7abcffa81b254b10c706ed00e1925355a5c1c8cd
parent9ddef484b4a2af79ace9952b541cf6d826aef280
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